From a4e64307fa00fe1c5f16e1b279fdccb4b20c19dc Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Mon, 14 Apr 2008 15:15:18 +0000 Subject: [PATCH] 2008-04-14 Hans Kester * sim-signal.c: Define missing signals for _WIN32. --- sim/common/ChangeLog | 4 ++++ sim/common/sim-signal.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index b929d37..de70dfe 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,7 @@ +2008-04-14 Hans Kester + + * sim-signal.c: Define missing signals for _WIN32. + 2008-02-12 M Ranga Swami Reddy * gennltvals.sh: Add cr16. diff --git a/sim/common/sim-signal.c b/sim/common/sim-signal.c index 757fdf2..9ff56eb 100644 --- a/sim/common/sim-signal.c +++ b/sim/common/sim-signal.c @@ -26,7 +26,7 @@ along with this program. If not, see . */ to not think the process has died (so it can be debugged at the point of failure). */ -#ifdef _MSC_VER +#ifdef _WIN32 #ifndef SIGTRAP #define SIGTRAP 5 #endif -- 2.7.4