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
This commit is contained in:
rsun3
2011-11-24 02:07:25 +00:00
parent 24d63167cd
commit 697ecfd313
4 changed files with 7 additions and 5 deletions

View File

@@ -18,7 +18,7 @@
#.MODEL small
.stack:
.486p:
.code:
.code16
.equ FAT_DIRECTORY_ENTRY_SIZE, 0x020
.equ FAT_DIRECTORY_ENTRY_SHIFT, 5