2008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>

* start/start.S: Fix name of idtsim__exit.
This commit is contained in:
Joel Sherrill
2008-09-25 13:35:04 +00:00
parent 8b33b6afc7
commit 7358c5a930
2 changed files with 5 additions and 1 deletions

View File

@@ -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

View File

@@ -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