From d7d9860051a9a9eb2c6f11684535ac65cce38eb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 15 Jan 2018 15:22:44 +0100 Subject: Cleanup some todos in code --- qtmips_machine/alu.h | 1 - 1 file changed, 1 deletion(-) (limited to 'qtmips_machine/alu.h') 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, -- cgit v1.2.3