2009-10-23 Tristan Gingold <gingold@adacore.com>

* avr/interp.c (sim_stop): Return 1.
This commit is contained in:
Tristan Gingold 2009-10-23 09:14:32 +00:00
parent 98950613d8
commit 244d525937
2 changed files with 5 additions and 1 deletions

View 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.

View File

@ -1760,7 +1760,7 @@ sim_stop (SIM_DESC sd)
{
cpu_exception = sim_stopped;
cpu_signal = TARGET_SIGNAL_INT;
return 0;
return 1;
}
void