aboutsummaryrefslogtreecommitdiff
path: root/sim/mips/support.h
diff options
context:
space:
mode:
Diffstat (limited to 'sim/mips/support.h')
-rw-r--r--sim/mips/support.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/mips/support.h b/sim/mips/support.h
index f7b8e99..f921e62 100644
--- a/sim/mips/support.h
+++ b/sim/mips/support.h
@@ -33,8 +33,8 @@
#if defined(__GNUC__) || defined(_WIN32)
#ifdef _WIN32
-#define SIGQUIT 5
-#define SIGTRAP 6
+#define SIGTRAP 5
+#define SIGQUIT 3
typedef signed __int64 word64;
typedef unsigned __int64 uword64;
#else