]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DuetPkg/BootSector/efi32.S
Detab in DuetPkg
[mirror_edk2.git] / DuetPkg / BootSector / efi32.S
index f21ff843844af9ad161d8f4adced143eff5db63b..1da2d5e6f31418b6834e51442762f5f6b1ddd5f4 100644 (file)
@@ -59,7 +59,7 @@ Start:
 LOOP_1:                                         # loop through all IDT entries exception handlers and initialize to default handler\r
     movw    %bx, (%edi)                         # write bits 15..0 of offset\r
     movw    $0x20, 2(%edi)                      # SYS_CODE_SEL from GDT\r
-    movw    $(0x0e00 | 0x8000), 4(%edi)                # type = 386 interrupt gate, present\r
+    movw    $(0x0e00 | 0x8000), 4(%edi)         # type = 386 interrupt gate, present\r
     movw    %ax, 6(%edi)                        # write bits 31..16 of offset\r
     addl    $8, %edi                            # move up to next descriptor\r
     addw    DEFAULT_HANDLER_SIZE, %bx           # move to next entry point\r