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

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