* clock/clock.S: Move placement of nop.
This commit is contained in:
Joel Sherrill
2001-05-24 13:23:48 +00:00
parent bb3efe9e64
commit 3b286783ca
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2001-05-24 Greg Menke <gregory.menke@gsfc.nasa.gov>
* clock/clock.S: Move placement of nop.
2001-05-22 Greg Menke <gregory.menke@gsfc.nasa.gov>
* Assisted in design and debug by Joel Sherrill <joel@OARcorp.com>.

View File

@@ -31,15 +31,15 @@ FRAME(mips_set_timer,sp,0,ra)
nop
addu t0,a0,t0
mtc0 t0,C0_COMPARE
nop
j ra
nop
.set reorder
ENDFRAME(mips_set_timer)
FRAME(mips_get_timer,sp,0,ra)
.set noreorder
mfc0 v0,C0_COUNT
nop
j ra
nop
.set reorder
ENDFRAME(mips_get_timer)