diff options
Diffstat (limited to 'DuetPkg/BootSector/bs32.S')
-rw-r--r-- | DuetPkg/BootSector/bs32.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DuetPkg/BootSector/bs32.S b/DuetPkg/BootSector/bs32.S index a1f8ec0b18..f36820c7b6 100644 --- a/DuetPkg/BootSector/bs32.S +++ b/DuetPkg/BootSector/bs32.S @@ -31,7 +31,7 @@ .equ LOADER_FILENAME_PART3, 0x20202030 # "0___"
.org 0x0
-ASM_GLOBAL _start
+.global _start
_start:
Ia32Jump:
jmp BootSectorEntryPoint # JMP inst - 3 bytes
|