From aaafaee0d5f8eafff3680f5443e6e8a66d7a2545 Mon Sep 17 00:00:00 2001 From: bd-912 Date: Tue, 7 May 2024 18:43:51 -0600 Subject: Fix calling Labels Condense --- output/ex51.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'output/ex51.s') diff --git a/output/ex51.s b/output/ex51.s index 61b05a0..0fde62b 100644 --- a/output/ex51.s +++ b/output/ex51.s @@ -180,7 +180,7 @@ Test_start: sw $t7 -60($fp) sw $t8 -64($fp) move $a0 $s4 - jalr $AllocArray + jal AllocArray lw $t3 -44($fp) lw $t4 -48($fp) lw $t5 -52($fp) -- cgit v1.2.3