diff options
-rw-r--r-- | src/arch/x86/c_start.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/x86/c_start.S b/src/arch/x86/c_start.S index 65ab0be042..6bda64fffa 100644 --- a/src/arch/x86/c_start.S +++ b/src/arch/x86/c_start.S @@ -398,6 +398,7 @@ _idt: .fill 20, 8, 0 # idt is uninitialized _idt_end: + .section ".text._start", "ax", @progbits #ifdef __x86_64__ SetCodeSelector: # save rsp because iret will align it to a 16 byte boundary |