diff options
Diffstat (limited to 'output/LinearSearch.s')
-rw-r--r-- | output/LinearSearch.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/output/LinearSearch.s b/output/LinearSearch.s index af16f11..064e8cf 100644 --- a/output/LinearSearch.s +++ b/output/LinearSearch.s @@ -674,7 +674,7 @@ LS_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) |