From a8abbe2bb5028ccd62111a4c16aec96d24b49ea2 Mon Sep 17 00:00:00 2001 From: klu2 Date: Thu, 5 Mar 2009 14:25:31 +0000 Subject: Should use 16 bit code. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7817 6f19259b-4bc3-4df7-8a09-765794883524 --- DuetPkg/BootSector/efi32.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DuetPkg/BootSector') diff --git a/DuetPkg/BootSector/efi32.S b/DuetPkg/BootSector/efi32.S index 06b2516ba7..a93f350c5b 100644 --- a/DuetPkg/BootSector/efi32.S +++ b/DuetPkg/BootSector/efi32.S @@ -22,7 +22,7 @@ .486: #.MODEL flat .stack: - .code: + .code16 .org 0x21000 .equ DEFAULT_HANDLER_SIZE, INT1 - INT0 -- cgit v1.2.3