summaryrefslogtreecommitdiffstats
path: root/DuetPkg/BootSector/start32.S
diff options
context:
space:
mode:
authorrsun3 <rsun3@6f19259b-4bc3-4df7-8a09-765794883524>2011-11-24 02:07:25 +0000
committerrsun3 <rsun3@6f19259b-4bc3-4df7-8a09-765794883524>2011-11-24 02:07:25 +0000
commit697ecfd313e6c21a7d01a9eec618174cc4136fb8 (patch)
treeff973e5220f94498a72fe6f7cf014206b40ef855 /DuetPkg/BootSector/start32.S
parent24d63167cdbdb529ca71d72fa152099e3e3ee0a1 (diff)
downloadedk2-697ecfd313e6c21a7d01a9eec618174cc4136fb8.tar.gz
edk2-697ecfd313e6c21a7d01a9eec618174cc4136fb8.tar.bz2
edk2-697ecfd313e6c21a7d01a9eec618174cc4136fb8.zip
DuetPkg BootSector: Add missing .code16 directive into start16.S/start32.S/Gpt.S/Mbr.S.
Signed-off-by: rsun3 Reviewed-by: niruiyu git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12773 6f19259b-4bc3-4df7-8a09-765794883524
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