Minor debugging aid for the moxie port.

This commit is contained in:
Anthony Green 2012-10-27 19:41:18 +00:00
parent ffa2dd6787
commit a910b33ad2
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2012-10-27 Anthony Green <green@moxielogic.com>
* moxie/sim-unlink.S (unlink): Loop forever.
moxie/sim-time.S (_sim_time): Ditto.
2012-10-27 Anthony Green <green@moxielogic.com> 2012-10-27 Anthony Green <green@moxielogic.com>
* moxie/crt0.S (_start): Call memset with correct * moxie/crt0.S (_start): Call memset with correct

View File

@ -25,7 +25,7 @@ __asm__ ("\
.globl _sim_time\n\ .globl _sim_time\n\
.type _sim_time,@function\n\ .type _sim_time,@function\n\
_sim_time:\n\ _sim_time:\n\
bad\n \ jmpa _sim_time\n\
ret\n\ ret\n\
.Lsim:\n\ .Lsim:\n\
.size _sim_time,.Lsim-_sim_time"); .size _sim_time,.Lsim-_sim_time");

View File

@ -22,7 +22,7 @@
.text .text
_unlink: _unlink:
unlink: unlink:
bad jmpa unlink
ret ret
.Lend: .Lend:
.size _unlink,.Lend-_unlink .size _unlink,.Lend-_unlink