aboutsummaryrefslogtreecommitdiff
path: root/qtmips_machine/machinedefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'qtmips_machine/machinedefs.h')
-rw-r--r--qtmips_machine/machinedefs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qtmips_machine/machinedefs.h b/qtmips_machine/machinedefs.h
index 05bf103..258b76c 100644
--- a/qtmips_machine/machinedefs.h
+++ b/qtmips_machine/machinedefs.h
@@ -56,6 +56,7 @@ enum ExceptionCause {
EXCAUSE_NONE,
EXCAUSE_BREAK,
EXCAUSE_SYSCALL,
+ EXCAUSE_HWBREAK,
};
enum AluOp : std::uint8_t {