Removed redundant stack pointer initialization from _start

This commit is contained in:
gil 2024-05-14 10:09:16 -05:00
parent 4c3bfa3052
commit 9bb75720c5

View file

@ -24,8 +24,6 @@ unsafe extern "C" fn _start() -> ! {
// set the stack pointer
"la sp, _init_stack_top",
"la sp, _init_stack_top",
// clear the BSS
"la t0, _bss_start",
"la t1, _bss_end",