diff options
Diffstat (limited to 'DuetPkg/BootSector/start32.S')
-rw-r--r-- | DuetPkg/BootSector/start32.S | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/DuetPkg/BootSector/start32.S b/DuetPkg/BootSector/start32.S index 5a5755838a..c8faf266df 100644 --- a/DuetPkg/BootSector/start32.S +++ b/DuetPkg/BootSector/start32.S @@ -26,10 +26,10 @@ .equ BLOCK_MASK, 0x01ff
.equ BLOCK_SHIFT, 9
- .org 0x0 - -.global _start -_start: + .org 0x0
+
+.global _start
+_start:
Ia32Jump:
jmp BootSectorEntryPoint # JMP inst - 3 bytes
|