2011-02-15 Joel Sherrill <joel.sherrill@oarcorp.com>

* ChangeLog, start/start.S: Add HLT instruction on exit.
This commit is contained in:
Joel Sherrill
2011-02-15 22:50:03 +00:00
parent cffdf7b3f6
commit edd19da3ce
2 changed files with 9 additions and 0 deletions
@@ -1,3 +1,11 @@
2011-02-15 Joel Sherrill <joel.sherrill@oarcorp.com>
* ChangeLog, start/start.S: Add HLT instruction on exit.
2011-02-15 Joel Sherrill <joel.sherrill@oarcorp.com>
* start/start.S: Add HLT instruction on exit.
2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
* startup/bspstart.c:
@@ -121,6 +121,7 @@ loop4: p0 +=1;
call (p0);
sp += 12;
HLT
p0.h = _exit;
p0.l = _exit;
jump (p0);