Removed redundant stack pointer initialization from _start
This commit is contained in:
parent
4c3bfa3052
commit
9bb75720c5
|
@ -24,8 +24,6 @@ unsafe extern "C" fn _start() -> ! {
|
||||||
// set the stack pointer
|
// set the stack pointer
|
||||||
"la sp, _init_stack_top",
|
"la sp, _init_stack_top",
|
||||||
|
|
||||||
"la sp, _init_stack_top",
|
|
||||||
|
|
||||||
// clear the BSS
|
// clear the BSS
|
||||||
"la t0, _bss_start",
|
"la t0, _bss_start",
|
||||||
"la t1, _bss_end",
|
"la t1, _bss_end",
|
||||||
|
|
Loading…
Reference in a new issue