Skip to content

Commit

Permalink
ran make release
Browse files Browse the repository at this point in the history
  • Loading branch information
chestercai1995 committed Mar 21, 2024
1 parent 6c6d669 commit 9cb78ef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/cmp_model.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ static void warmup_uncore(uns proc_id, Addr addr, Flag write);
/**************************************************************************************/
/* Global vars */

Cmp_Model cmp_model;
Cmp_Model cmp_model;

/**************************************************************************************/
/* cmp_init */
Expand Down
4 changes: 2 additions & 2 deletions src/icache_stage.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@ extern Rob_Stall_Reason rob_stall_reason;
extern Rob_Block_Issue_Reason rob_block_issue_reason;


static Pb_Data* ic_pb_data; // cmp cne is fine for cmp now assuming homogeneous cmp
static Pb_Data* ic_pb_data; // cmp cne is fine for cmp now assuming homogeneous
// cmp
// But decided to use array for future use



/**************************************************************************************/
/* Local prototypes */

Expand Down
2 changes: 1 addition & 1 deletion src/pin/pin_lib/decoder.cc
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ ctype_pin_inst* pin_decoder_get_latest_inst() {
}

void pin_decoder_print_unknown_opcodes() {
for(const auto &opcode : unknown_opcodes) {
for(const auto& opcode : unknown_opcodes) {
(*glb_err_ostream) << opcode << std::endl;
}
}
Expand Down

0 comments on commit 9cb78ef

Please sign in to comment.