Browse Source

fix mydebug.

master
root 15 years ago
committed by qiaochong
parent
commit
7daeabcd4b
  1. 2
      sys/arch/mips/include/newtest.32/mydebug.S
  2. 2
      sys/arch/mips/include/newtest/mydebug.S

2
sys/arch/mips/include/newtest.32/mydebug.S

@ -703,7 +703,7 @@ c_loop:
1:
lbu t3,(t7)
bne t3,v0,c_disp
bne t3,t5,c_disp
nop
b c_next
nop

2
sys/arch/mips/include/newtest/mydebug.S

@ -694,7 +694,7 @@ c_loop:
1:
lbu t3,(t7)
bne t3,v0,c_disp
bne t3,t5,c_disp
nop
b c_next
nop

Loading…
Cancel
Save