summaryrefslogtreecommitdiff
path: root/DuetPkg/BootSector/start32.S
diff options
context:
space:
mode:
Diffstat (limited to 'DuetPkg/BootSector/start32.S')
-rw-r--r--DuetPkg/BootSector/start32.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/DuetPkg/BootSector/start32.S b/DuetPkg/BootSector/start32.S
index 6ce225612f..5296414f2e 100644
--- a/DuetPkg/BootSector/start32.S
+++ b/DuetPkg/BootSector/start32.S
@@ -18,7 +18,7 @@
#.MODEL small
.stack:
.486p:
- .code:
+ .code16
.equ FAT_DIRECTORY_ENTRY_SIZE, 0x020
.equ FAT_DIRECTORY_ENTRY_SHIFT, 5