mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-27 04:01:55 +08:00
2011-02-15 Joel Sherrill <joel.sherrill@oarcorp.com>
* ChangeLog, start/start.S: Add HLT instruction on exit.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user