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
This commit is contained in:
klu2
2009-02-26 14:41:56 +00:00
parent 0375ec8d8f
commit 20193e01ca
5 changed files with 41 additions and 30 deletions

View File

@@ -22,7 +22,7 @@
.486:
#.MODEL flat
.stack:
.code16:
.code:
.org 0x21000
.equ DEFAULT_HANDLER_SIZE, INT1 - INT0