diff options
author | Mark Alexander <marka@cygnus> | 1996-12-31 15:05:46 +0000 |
---|---|---|
committer | Mark Alexander <marka@cygnus> | 1996-12-31 15:05:46 +0000 |
commit | 2902e8ab51e8f7d79de5f061d2653f7d6eb564e4 (patch) | |
tree | 56a16e1efb11de118a6b61b462f6a35906e4d53c /sim/mips/support.h | |
parent | 133b13c022d80106be95aad0af515d480207b9f3 (diff) | |
download | binutils-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.h | 4 |
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 |