forked from Imagelibrary/binutils-gdb
* support.h: Undo previous change to SIGTRAP
and SIGQUIT values.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user