arch: x86_64: Fix idle stack assignment
This commit is contained in:
parent
ef739161b7
commit
c166c98e0c
@ -289,7 +289,7 @@ clear_bss:
|
|||||||
|
|
||||||
// Properly setup RSP to idle stack
|
// Properly setup RSP to idle stack
|
||||||
movabs $g_idle_topstack, %rbx
|
movabs $g_idle_topstack, %rbx
|
||||||
mov %rbx, %rsp
|
mov (%rbx), %rsp
|
||||||
|
|
||||||
/* Initialize and start NuttX */
|
/* Initialize and start NuttX */
|
||||||
call up_lowsetup /* Low-level, pre-OS initialization */
|
call up_lowsetup /* Low-level, pre-OS initialization */
|
||||||
|
Loading…
Reference in New Issue
Block a user