aboutsummaryrefslogtreecommitdiff
path: root/sim/mips/support.h
diff options
context:
space:
mode:
authorMark Alexander <marka@cygnus>1996-12-31 15:05:46 +0000
committerMark Alexander <marka@cygnus>1996-12-31 15:05:46 +0000
commit2902e8ab51e8f7d79de5f061d2653f7d6eb564e4 (patch)
tree56a16e1efb11de118a6b61b462f6a35906e4d53c /sim/mips/support.h
parent133b13c022d80106be95aad0af515d480207b9f3 (diff)
downloadbinutils-2902e8ab51e8f7d79de5f061d2653f7d6eb564e4.zip
binutils-2902e8ab51e8f7d79de5f061d2653f7d6eb564e4.tar.gz
binutils-2902e8ab51e8f7d79de5f061d2653f7d6eb564e4.tar.bz2
* support.h: Undo previous change to SIGTRAP
and SIGQUIT values.
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