forked from Imagelibrary/rtems
2008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>
* start/start.S: Fix name of idtsim__exit.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* start/start.S: Fix name of idtsim__exit.
|
||||
|
||||
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Make letting boot_card() handle work area allocation
|
||||
|
||||
@@ -300,7 +300,7 @@ FRAME(start,sp,0,ra)
|
||||
nop
|
||||
|
||||
# jump to the "exit" routine
|
||||
jal _idtsim_exit
|
||||
jal idtsim__exit
|
||||
move a0,v0 # pass through the exit code
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user