Refine flow asm code.

This commit is contained in:
colin 2022-05-10 13:44:14 +00:00
parent fd64d8618a
commit 29696841ff
2 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ loop2:
bnez x5, loop2 bnez x5, loop2
loop3: loop3:
addi x4, x4, 1
beq x0, x0, loop3 beq x0, x0, loop3
// Write 0xff to STDOUT for TB to terminate test. // Write 0xff to STDOUT for TB to terminate test.

View File