summaryrefslogtreecommitdiff
path: root/DuetPkg/BootSector/efi32.S
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2009-02-26 14:41:56 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2009-02-26 14:41:56 +0000
commit20193e01ca7f2e20c8be6b412c8cf0a5132d1c1c (patch)
tree2ecb056a0b0cade715547533d16ff042bf07daa8 /DuetPkg/BootSector/efi32.S
parent0375ec8d8f643a6c8c3238f22157592b44c6dba2 (diff)
downloadedk2-platforms-20193e01ca7f2e20c8be6b412c8cf0a5132d1c1c.tar.xz
Should use code16 for 16-bit assembler, otherwise 32-bit prefix will be added
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7721 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'DuetPkg/BootSector/efi32.S')
-rw-r--r--DuetPkg/BootSector/efi32.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/DuetPkg/BootSector/efi32.S b/DuetPkg/BootSector/efi32.S
index 7f9e77dea7..06b2516ba7 100644
--- a/DuetPkg/BootSector/efi32.S
+++ b/DuetPkg/BootSector/efi32.S
@@ -22,7 +22,7 @@
.486:
#.MODEL flat
.stack:
- .code16:
+ .code:
.org 0x21000
.equ DEFAULT_HANDLER_SIZE, INT1 - INT0