]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2009-10-23 Tristan Gingold <gingold@adacore.com>
authorTristan Gingold <gingold@adacore.com>
Fri, 23 Oct 2009 09:14:32 +0000 (09:14 +0000)
committerTristan Gingold <gingold@adacore.com>
Fri, 23 Oct 2009 09:14:32 +0000 (09:14 +0000)
* avr/interp.c (sim_stop): Return 1.

sim/ChangeLog
sim/avr/interp.c

index 74dcba1dd3838ceaeface70678dfa4da497c4927..ac60e8784b89262d5528703705ea75646558e9d5 100644 (file)
@@ -1,3 +1,7 @@
+2009-10-22  Tristan Gingold  <gingold@adacore.com>
+
+       * avr/interp.c (sim_stop): Return 1.
+
 2009-10-16  Doug Evans  <dje@sebabeach.org>
 
        * MAINTAINERS: Add myself as m32r maintainer.
index e4e80c3b4a702af391c947206067312ae88cb949..8bb9ec2e6a3b3bf4b141472c3a12ec8a5dde4baa 100644 (file)
@@ -1760,7 +1760,7 @@ sim_stop (SIM_DESC sd)
 {
   cpu_exception = sim_stopped;
   cpu_signal = TARGET_SIGNAL_INT;
-  return 0;
+  return 1;
 }
 
 void