Skip to content

Commit

Permalink
Tiny typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ckirsch committed Dec 12, 2023
1 parent 0f0fd94 commit c014ede
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 @@ -1367,7 +1367,7 @@ uint64_t* decode_instruction() {
eval_core_f7_add_nid = new_binary_boolean(OP_EQ, funct7_nid, NID_F7_ADD, "funct7 == ADD");

eval_core_store_nid = new_binary_boolean(OP_EQ, opcode_nid, NID_OP_STORE, "opcode == STORE");
eval_core_store_nid = new_binary_boolean(OP_EQ, funct3_nid, NID_F3_SB, "funct3 == SB");
eval_core_f3_sb_nid = new_binary_boolean(OP_EQ, funct3_nid, NID_F3_SB, "funct3 == SB");

eval_core_branch_nid = new_binary_boolean(OP_EQ, opcode_nid, NID_OP_BRANCH, "opcode == BRANCH");

Expand Down

0 comments on commit c014ede

Please sign in to comment.