Replace x0 with zero
This commit is contained in:
parent
a1fb770982
commit
f5a046f678
1 changed files with 1 additions and 1 deletions
2
start.s
2
start.s
|
|
@ -8,7 +8,7 @@ start:
|
|||
|
||||
beq t0, t1, clear_bss_done
|
||||
clear_bss:
|
||||
sw x0, 0(t0)
|
||||
sw zero, 0(t0)
|
||||
addi t0, t0, 4
|
||||
bne t0, t1, clear_bss
|
||||
clear_bss_done:
|
||||
|
|
|
|||
Loading…
Reference in a new issue