summaryrefslogtreecommitdiff
path: root/output/ex45.s
diff options
context:
space:
mode:
authorbd-912 <bdunahu@colostate.edu>2024-05-07 18:43:51 -0600
committerbd-912 <bdunahu@colostate.edu>2024-05-07 18:43:51 -0600
commitaaafaee0d5f8eafff3680f5443e6e8a66d7a2545 (patch)
treea1870830f4555227536330387e5ae856cec49e2d /output/ex45.s
parent9a025aeaeb4104d6a66baaa575c669231d5d76bc (diff)
Fix calling Labels Condense
Diffstat (limited to 'output/ex45.s')
-rw-r--r--output/ex45.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/output/ex45.s b/output/ex45.s
index e5d3aba..29acb9c 100644
--- a/output/ex45.s
+++ b/output/ex45.s
@@ -87,7 +87,7 @@ A_run:
sw $t7 -60($fp)
sw $t8 -64($fp)
move $a0 $s5
- jalr $AllocArray
+ jal AllocArray
lw $t3 -44($fp)
lw $t4 -48($fp)
lw $t5 -52($fp)