summaryrefslogtreecommitdiff
path: root/DuetPkg/BootSector/efi32.S
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2009-08-21 02:51:09 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2009-08-21 02:51:09 +0000
commitb29a823d91ac4d8abd87e58172e32d7b0b43be8d (patch)
tree5db0ace4fe4eca735fc60e4f17e6583f8b39ffe5 /DuetPkg/BootSector/efi32.S
parent10b48963c887398c0fd3313de0996808d51b1afc (diff)
downloadedk2-platforms-b29a823d91ac4d8abd87e58172e32d7b0b43be8d.tar.xz
Detab in DuetPkg
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9170 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 f21ff84384..1da2d5e6f3 100644
--- a/DuetPkg/BootSector/efi32.S
+++ b/DuetPkg/BootSector/efi32.S
@@ -59,7 +59,7 @@ Start:
LOOP_1: # loop through all IDT entries exception handlers and initialize to default handler
movw %bx, (%edi) # write bits 15..0 of offset
movw $0x20, 2(%edi) # SYS_CODE_SEL from GDT
- movw $(0x0e00 | 0x8000), 4(%edi) # type = 386 interrupt gate, present
+ movw $(0x0e00 | 0x8000), 4(%edi) # type = 386 interrupt gate, present
movw %ax, 6(%edi) # write bits 31..16 of offset
addl $8, %edi # move up to next descriptor
addw DEFAULT_HANDLER_SIZE, %bx # move to next entry point