diff --git a/arch/x86/geodelx/stage0.S b/arch/x86/geodelx/stage0.S index 95b8e6a425..c3c1d7318f 100644 --- a/arch/x86/geodelx/stage0.S +++ b/arch/x86/geodelx/stage0.S @@ -271,7 +271,7 @@ lout: pushl $0 /* First parameter: bist */ pushl %eax - jmp stage1_main + call stage1_main /* We will not go back. */ #include "../stage0_common.S"