arch: x86_64: Fix idle stack assignment

This commit is contained in:
Simon Piriou 2023-10-11 23:14:13 +02:00 committed by Xiang Xiao
parent ef739161b7
commit c166c98e0c
1 changed files with 1 additions and 1 deletions

View File

@ -289,7 +289,7 @@ clear_bss:
// Properly setup RSP to idle stack
movabs $g_idle_topstack, %rbx
mov %rbx, %rsp
mov (%rbx), %rsp
/* Initialize and start NuttX */
call up_lowsetup /* Low-level, pre-OS initialization */