* support.h: Undo previous change to SIGTRAP
authorMark Alexander <marka@cygnus>
Tue, 31 Dec 1996 15:05:46 +0000 (15:05 +0000)
committerMark Alexander <marka@cygnus>
Tue, 31 Dec 1996 15:05:46 +0000 (15:05 +0000)
and SIGQUIT values.

sim/mips/ChangeLog
sim/mips/support.h

index cb9e1ce9d7a7cd6110e17dd09bc1a94fd366d163..bd3ffe98f783d3503b0b82473610b38096c1187e 100644 (file)
@@ -1,3 +1,8 @@
+Tue Dec 31 07:04:00 1996  Mark Alexander  <marka@cygnus.com>
+
+       * support.h: Undo previous change to SIGTRAP
+       and SIGQUIT values.
+
 Mon Dec 30 17:36:06 1996  Ian Lance Taylor  <ian@cygnus.com>
 
        * interp.c (store_word, load_word): New static functions.
index f7b8e99c8954fe160e6d9e3dcf9d6934688acca4..f921e62435886b90dcaa6f727fa6467284a85bfa 100644 (file)
@@ -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
This page took 0.025851 seconds and 4 git commands to generate.