]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DuetPkg/BootSector/efi32.S
Corrected bad declaration.
[mirror_edk2.git] / DuetPkg / BootSector / efi32.S
index d142624f0ff4d05b4a41c5c54e96fd2a49f5fa00..a017cb1cf6532807330efc2d3d89427b4c023bee 100644 (file)
 # Now in 32-bit protected mode.\r
 ##############################################################################\r
 \r
-        .org 0x21000\r
+        .org 0x21000
+
+.global _start
+_start:
 \r
 .equ                 DEFAULT_HANDLER_SIZE, INT1 - INT0\r
 \r