Skip to content
Snippets Groups Projects
Commit 244d5259 authored by Tristan Gingold's avatar Tristan Gingold
Browse files

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

	* avr/interp.c (sim_stop): Return 1.
parent 98950613
No related branches found
No related tags found
No related merge requests found
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.
......
......@@ -1760,7 +1760,7 @@ sim_stop (SIM_DESC sd)
{
cpu_exception = sim_stopped;
cpu_signal = TARGET_SIGNAL_INT;
return 0;
return 1;
}
void
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment