Skip to content
Snippets Groups Projects
Commit 323a6cf7 authored by Pavel Pisa's avatar Pavel Pisa
Browse files

seminaries/qtrvsim: ffs-as-log2 comment final catch loop.


Signed-off-by: default avatarPavel Pisa <pisa@cmp.felk.cvut.cz>
parent eab53360
No related branches found
No related tags found
No related merge requests found
......@@ -15,5 +15,5 @@ loop: // {
bne a0, zero, loop //}
done:
addi a0, t1, 0
finish: ebreak
beq zero, zero, finish
finish: ebreak // stop execution
beq zero, zero, finish // loop to catch continue
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment