diff options
-rw-r--r-- | src/arch/x86/bootblock_crt0.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/x86/bootblock_crt0.S b/src/arch/x86/bootblock_crt0.S index 3f41464f87..82ae97f9c6 100644 --- a/src/arch/x86/bootblock_crt0.S +++ b/src/arch/x86/bootblock_crt0.S @@ -10,7 +10,7 @@ #include <cpu/x86/cr.h> -.section .text +.section .text._start /* * Include the old code for reset vector and protected mode entry. That code has |