summaryrefslogtreecommitdiff
path: root/DuetPkg/BootSector
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2009-03-15 11:49:12 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2009-03-15 11:49:12 +0000
commit49794755ba41d962f4448364d301939e26eb2bf2 (patch)
treea66d6d3faefa9358ff9af2c4c766bc7733dd67e8 /DuetPkg/BootSector
parent0306d9a9c5977029105be451d6ca5cb405613929 (diff)
downloadedk2-platforms-49794755ba41d962f4448364d301939e26eb2bf2.tar.xz
Remove exit from batch file
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7879 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'DuetPkg/BootSector')
-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 11e53b2488..a9f100d47b 100644
--- a/DuetPkg/BootSector/efi32.S
+++ b/DuetPkg/BootSector/efi32.S
@@ -138,7 +138,7 @@ SectionLoop:
movzwl (Idtr), %eax # get size of IDT
incl %eax
- addl 2(Idtr), %eax # add to base of IDT to get location of memory map...
+ addl (Idtr + 2), %eax # add to base of IDT to get location of memory map...
pushl %eax # push memory map location on stack for call to EFILDR...
pushl %eax # push return address (useless, just for stack balance)