Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
.
  • Loading branch information
Omer Khan authored and Omer Khan committed Sep 19, 2020
1 parent de35b91 commit e839cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pa1/unittests/fibonacci.asm
Expand Up @@ -6,7 +6,7 @@ j fibonacci

fibonacci:
add $t3, $t2, $t1
addq $t1, $zero, $t2
add $t1, $zero, $t2
add $t2, $zero, $t3
addi $t5, $t5, 1
bne $t5, $t9, fibonacci
Expand Down

0 comments on commit e839cdb

Please sign in to comment.