Refine flow asm code.
This commit is contained in:
parent
fd64d8618a
commit
29696841ff
|
@ -63,6 +63,7 @@ loop2:
|
|||
bnez x5, loop2
|
||||
|
||||
loop3:
|
||||
addi x4, x4, 1
|
||||
beq x0, x0, loop3
|
||||
|
||||
// Write 0xff to STDOUT for TB to terminate test.
|
||||
|
|
Loading…
Reference in New Issue