Skip to content

Commit

Permalink
Tiny typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ckirsch committed Jan 11, 2024
1 parent 1d88c0b commit 3fff265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/rotor.c
Original file line number Diff line number Diff line change
Expand Up @@ -3597,7 +3597,7 @@ uint64_t* imm_data_flow(uint64_t* ir_nid, uint64_t* other_data_flow_nid) {
new_binary(OP_ADD, SID_SINGLE_WORD,
rs1_value_single_word_nid,
get_instruction_I_immediate_32(ir_nid),
"rs1 value + I-immediate-32")),
"lower 32 bits of rs1 value + I-immediate-32")),
extend_single_word_to_machine_word(OP_SEXT,
new_binary(OP_SLL, SID_SINGLE_WORD,
rs1_value_single_word_nid,
Expand Down

0 comments on commit 3fff265

Please sign in to comment.