diff options
author | bd-912 <bdunahu@colostate.edu> | 2024-05-07 19:16:48 -0600 |
---|---|---|
committer | bd-912 <bdunahu@colostate.edu> | 2024-05-07 19:16:48 -0600 |
commit | e4f89099939c9f61818ecff2d3ca48580f461e61 (patch) | |
tree | 5bcaf7438f37bf14d860d55a56bc6049b4c6cdaf /output/ex45.s | |
parent | aaafaee0d5f8eafff3680f5443e6e8a66d7a2545 (diff) |
Condense all tests passed
Diffstat (limited to 'output/ex45.s')
-rw-r--r-- | output/ex45.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/output/ex45.s b/output/ex45.s index 29acb9c..a324e85 100644 --- a/output/ex45.s +++ b/output/ex45.s @@ -135,7 +135,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 |