From 8d0f4806a7ad55710cb190e5a5c9388bd00c50a8 Mon Sep 17 00:00:00 2001 From: Pavel Pisa Date: Wed, 6 Mar 2019 23:40:34 +0100 Subject: Enable configuration of syscalls emulation and stop on exception. Signed-off-by: Pavel Pisa --- qtmips_machine/machinedefs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'qtmips_machine/machinedefs.h') diff --git a/qtmips_machine/machinedefs.h b/qtmips_machine/machinedefs.h index 8ccc81c..d8219b6 100644 --- a/qtmips_machine/machinedefs.h +++ b/qtmips_machine/machinedefs.h @@ -69,6 +69,7 @@ enum ExceptionCause { EXCAUSE_OVERFLOW = 12, EXCAUSE_TRAP = 13, EXCAUSE_HWBREAK = 14, + EXCAUSE_COUNT = 15, }; enum AluOp : std::uint8_t { -- cgit v1.2.3