From 15a3d27780d1c151ae9878f465eaf7ab98420872 Mon Sep 17 00:00:00 2001 From: Colby Nyce Date: Wed, 11 Dec 2024 03:07:54 -0600 Subject: [PATCH] Run clang-format --- arch/RegisterSet.hpp | 3 ++- core/AtlasInst.hpp | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/arch/RegisterSet.hpp b/arch/RegisterSet.hpp index fecf9c8..3c61e58 100644 --- a/arch/RegisterSet.hpp +++ b/arch/RegisterSet.hpp @@ -11,7 +11,8 @@ namespace atlas { RegId reg_id; - switch (reg->getGroupNum()) { + switch (reg->getGroupNum()) + { case 0: reg_id.reg_type = RegType::INTEGER; break; diff --git a/core/AtlasInst.hpp b/core/AtlasInst.hpp index 5ac8a46..941bee3 100644 --- a/core/AtlasInst.hpp +++ b/core/AtlasInst.hpp @@ -96,9 +96,9 @@ namespace atlas Addr next_pc_; // Registers - sparta::Register *rs1_; - sparta::Register *rs2_; - sparta::Register *rd_; + sparta::Register* rs1_; + sparta::Register* rs2_; + sparta::Register* rd_; ActionGroup inst_action_group_;