mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 09:58:19 +08:00
* config/i386/xm-windows.h: Undo previous change to SIGTRAP
and SIGQUIT values; it messed up non-MIPS targets.
This commit is contained in:
@ -33,5 +33,5 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
||||
|
||||
#include <malloc.h>
|
||||
|
||||
#define SIGQUIT 5
|
||||
#define SIGTRAP 6
|
||||
#define SIGQUIT 3
|
||||
#define SIGTRAP 5
|
||||
|
Reference in New Issue
Block a user