]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DuetPkg/BootSector/st32_64.S
DuetPkg BootSector: fix a bug in st32_64.S that the size for GDTR.limit is wrong.
[mirror_edk2.git] / DuetPkg / BootSector / st32_64.S
index 465b1cf9b2867e532635390b18e086caab7694e3..18c53f81fa60b45556d888f07768f3004a87ae14 100644 (file)
@@ -601,7 +601,7 @@ Empty8042Loop:
 \r
         .p2align 1\r
 \r
-        gdtr:    .long  GDT_END - GDT_BASE - 1  # GDT limit \r
+        gdtr:    .word  GDT_END - GDT_BASE - 1  # GDT limit \r
         .long 0                     # (GDT base gets set above)\r
 ##############################################################################\r
 #   global descriptor table (GDT)\r