2009-10-23 Tristan Gingold <gingold@adacore.com>
* avr/interp.c (sim_stop): Return 1.
This commit is contained in:
parent
98950613d8
commit
244d525937
2 changed files with 5 additions and 1 deletions
|
@ -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>
|
2009-10-16 Doug Evans <dje@sebabeach.org>
|
||||||
|
|
||||||
* MAINTAINERS: Add myself as m32r maintainer.
|
* MAINTAINERS: Add myself as m32r maintainer.
|
||||||
|
|
|
@ -1760,7 +1760,7 @@ sim_stop (SIM_DESC sd)
|
||||||
{
|
{
|
||||||
cpu_exception = sim_stopped;
|
cpu_exception = sim_stopped;
|
||||||
cpu_signal = TARGET_SIGNAL_INT;
|
cpu_signal = TARGET_SIGNAL_INT;
|
||||||
return 0;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
Loading…
Reference in a new issue