add trailing NOP instructions so non-initialized memory doesn't cause issues

This commit is contained in:
2021-07-02 03:14:37 -06:00
parent 9ff977c1be
commit 07d317eb6e
2 changed files with 10 additions and 4 deletions

View File

@ -361,6 +361,12 @@ fail:
test_jalr:
addi x2, x0, 0x12 # x2 = 0x12
jalr x0, x1, 0 # return
nop
nop
nop
nop
nop
nop
.data