mips: Make the assembly-code N32-compatible.
There are no $t4 or $t5 in N32 but there are $a4 and $a5.
This commit is contained in:
parent
6e21195890
commit
285540e448
4 changed files with 35 additions and 22 deletions
|
@ -4,8 +4,8 @@
|
|||
|
||||
.set mips3
|
||||
sync
|
||||
ld $t2, 0($t6)
|
||||
ld $t2, 0($t1)
|
||||
|
||||
a:
|
||||
addiu $t7, $s0, (b - a)
|
||||
addiu $t1, $s0, (b - a)
|
||||
b: nop
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue