aboutsummaryrefslogtreecommitdiff
path: root/qtmips_machine/alu.h
diff options
context:
space:
mode:
Diffstat (limited to 'qtmips_machine/alu.h')
-rw-r--r--qtmips_machine/alu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qtmips_machine/alu.h b/qtmips_machine/alu.h
index 7846244..351e124 100644
--- a/qtmips_machine/alu.h
+++ b/qtmips_machine/alu.h
@@ -19,6 +19,7 @@ enum AluOp : std::uint8_t {
ALU_OP_JALR,
ALU_OP_MOVZ,
ALU_OP_MOVN,
+ ALU_OP_BREAK = 13,
ALU_OP_MFHI = 16,
ALU_OP_MTHI,
ALU_OP_MFLO,