diff options
author | bd-912 <bdunahu@colostate.edu> | 2024-05-07 18:43:51 -0600 |
---|---|---|
committer | bd-912 <bdunahu@colostate.edu> | 2024-05-07 18:43:51 -0600 |
commit | aaafaee0d5f8eafff3680f5443e6e8a66d7a2545 (patch) | |
tree | a1870830f4555227536330387e5ae856cec49e2d /output/BubbleSort.s | |
parent | 9a025aeaeb4104d6a66baaa575c669231d5d76bc (diff) |
Fix calling Labels Condense
Diffstat (limited to 'output/BubbleSort.s')
-rw-r--r-- | output/BubbleSort.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/output/BubbleSort.s b/output/BubbleSort.s index af87d40..621b43d 100644 --- a/output/BubbleSort.s +++ b/output/BubbleSort.s @@ -866,7 +866,7 @@ BBS_Init: sw $t7 -60($fp) sw $t8 -64($fp) move $a0 $s6 - jalr $AllocArray + jal AllocArray lw $t3 -44($fp) lw $t4 -48($fp) lw $t5 -52($fp) |