Fixed errors (#4227)

This commit is contained in:
NightMachinary 2021-12-22 23:10:43 +03:30 committed by GitHub
parent 8240a8f703
commit fd3b5cf629
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -293,7 +293,7 @@ gateways and routers.
fact_done: fact_done:
lw $s0, ($sp) lw $s0, ($sp)
lw $ra, ($sp) # Restore the PC lw $ra, 4($sp) # Restore the PC
addi $sp, $sp, 8 addi $sp, $sp, 8
jr $ra jr $ra
@ -357,7 +357,7 @@ gateways and routers.
li $t1, 5 # Length of the list li $t1, 5 # Length of the list
loop: loop:
bgt $t0, $t1, end_loop bge $t0, $t1, end_loop
lw $a0, ($s0) lw $a0, ($s0)
li $v0, 1 li $v0, 1