diff options
Diffstat (limited to 'src/arch/x86/c_start.S')
-rw-r--r-- | src/arch/x86/c_start.S | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/arch/x86/c_start.S b/src/arch/x86/c_start.S index 94b9bd9fa509..fd61cab44d8e 100644 --- a/src/arch/x86/c_start.S +++ b/src/arch/x86/c_start.S @@ -101,13 +101,6 @@ _start: */ post_code(POSTCODE_PRE_HARDWAREMAIN) /* post 6e */ -#if ENV_X86_64 - movq $0xFFFFFFFFFFFFFFF0, %rax - and %rax, %rsp -#else - andl $0xFFFFFFF0, %esp -#endif - #if CONFIG(ASAN_IN_RAMSTAGE) call asan_init #endif |