diff options
Diffstat (limited to 'output/MoreThan4.s')
-rw-r--r-- | output/MoreThan4.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/output/MoreThan4.s b/output/MoreThan4.s index 08d82ec..38ce04a 100644 --- a/output/MoreThan4.s +++ b/output/MoreThan4.s @@ -266,7 +266,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 |