diff options
Diffstat (limited to 'output/ex44.s')
-rw-r--r-- | output/ex44.s | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/output/ex44.s b/output/ex44.s index 9872b8b..0255f2b 100644 --- a/output/ex44.s +++ b/output/ex44.s @@ -76,13 +76,13 @@ Operator_compute: li $s5 0 li $a0 1 move $t9 $s7 - and $s4 $a0 $t9 + seq $s4 $a0 $t9 li $a0 1 move $t9 $s5 - and $s7 $a0 $t9 + seq $s7 $a0 $t9 move $a0 $s4 move $t9 $s7 - and $s5 $a0 $t9 + seq $s5 $a0 $t9 move $s7 $s5 sw $s7 4($s6) li $s7 0 @@ -120,7 +120,7 @@ AllocArray: mul $s6 $a0 $t9 move $a0 $s6 li $t9 4 - add $s6 $a0 $t9 + addu $s6 $a0 $t9 move $a0 $s6 jal _heapAlloc move $s5 $v0 |