]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DuetPkg/BootSector/bootsect.S
Replaced ASM_GLOBAL with .global, and add start label for some files to avoid link...
[mirror_edk2.git] / DuetPkg / BootSector / bootsect.S
index 336c82bcb6f834725f081f8eb9e8ef1b16e17484..eff9cd0c9feb37e52deb45b72fe0918becb9fcef 100644 (file)
@@ -43,7 +43,7 @@
 .equ                      LOADER_FILENAME_PART3, 0x020202020    # "____"\r
 \r
         .org 0x0\r
-ASM_GLOBAL _start\r
+.global _start\r
 _start:\r
 Ia32Jump: \r
   jmp   BootSectorEntryPoint  # JMP inst                  - 3 bytes\r