diff options
Diffstat (limited to 'DuetPkg/BootSector/Mbr.S')
-rw-r--r-- | DuetPkg/BootSector/Mbr.S | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/DuetPkg/BootSector/Mbr.S b/DuetPkg/BootSector/Mbr.S index e69fb99ac9..74852681f8 100644 --- a/DuetPkg/BootSector/Mbr.S +++ b/DuetPkg/BootSector/Mbr.S @@ -24,7 +24,9 @@ # **************************************************************************** .org 0x0 -Start: + +.global _start
+_start: # **************************************************************************** # Start Print |