From e4f89099939c9f61818ecff2d3ca48580f461e61 Mon Sep 17 00:00:00 2001 From: bd-912 Date: Tue, 7 May 2024 19:16:48 -0600 Subject: Condense all tests passed --- output/ex50.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'output/ex50.s') diff --git a/output/ex50.s b/output/ex50.s index 14b03ea..fdb87c8 100644 --- a/output/ex50.s +++ b/output/ex50.s @@ -226,7 +226,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 -- cgit v1.2.3