aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>1997-11-10 02:08:50 +0000
committerAndrew Cagney <cagney@redhat.com>1997-11-10 02:08:50 +0000
commit8cb060b6b06ae0947737943554ef0d9da9634951 (patch)
tree9b08c986aaa51c165b681e0fea5833e13bbe5977
parentcb7732ecbd65a6cd021546b79b5c7f1bf1819f5b (diff)
downloadgdb-8cb060b6b06ae0947737943554ef0d9da9634951.zip
gdb-8cb060b6b06ae0947737943554ef0d9da9634951.tar.gz
gdb-8cb060b6b06ae0947737943554ef0d9da9634951.tar.bz2
* callback.c (os_poll_quit): Replace _WIN32 with _MSC_VER.
-rw-r--r--sim/common/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog
index 7c05cb2..d8533e7 100644
--- a/sim/common/ChangeLog
+++ b/sim/common/ChangeLog
@@ -1,5 +1,9 @@
Fri Nov 7 00:37:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
+ * callback.c (os_poll_quit): Replace _WIN32 with _MSC_VER.
+
+Fri Nov 7 00:37:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
+
* sim-events.c (sim_events_process): Delete redundant call to
update_time_from_event.
(sim_events_slip): Always decrement time_from_event.