summaryrefslogtreecommitdiff
path: root/DuetPkg/BootSector/start16.S
diff options
context:
space:
mode:
Diffstat (limited to 'DuetPkg/BootSector/start16.S')
-rw-r--r--DuetPkg/BootSector/start16.S6
1 files changed, 3 insertions, 3 deletions
diff --git a/DuetPkg/BootSector/start16.S b/DuetPkg/BootSector/start16.S
index bfa028b2f8..13fefb2129 100644
--- a/DuetPkg/BootSector/start16.S
+++ b/DuetPkg/BootSector/start16.S
@@ -26,10 +26,10 @@
.equ BLOCK_MASK, 0x01ff
.equ BLOCK_SHIFT, 9
- .org 0x00
-
+ .org 0x00
+
.global _start
-_start:
+_start:
Ia32Jump:
jmp BootSectorEntryPoint # JMP inst - 3 bytes