diff options
Diffstat (limited to 'qtmips_machine/alu.h')
-rw-r--r-- | qtmips_machine/alu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qtmips_machine/alu.h b/qtmips_machine/alu.h index 51cae28..13f3d89 100644 --- a/qtmips_machine/alu.h +++ b/qtmips_machine/alu.h @@ -8,7 +8,6 @@ namespace machine { -// TODO Any other operations? We seems to be missing a lot of them. enum AluOp : std::uint8_t { ALU_OP_SLL = 0, ALU_OP_SRL = 2, |