]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UefiCpuPkg/SecCore/SecMain.h
UefiCpuPkg: Update SEC_IDT_TABLE struct
[mirror_edk2.git] / UefiCpuPkg / SecCore / SecMain.h
index 189fcf932625bd328025115594bab0364ffead4d..26c54bd9265ca945c30206d0cacdeb76987a1428 100644 (file)
@@ -43,8 +43,8 @@ typedef struct _SEC_IDT_TABLE {
   // Note: For IA32, only the 4 bytes immediately preceding IDT is used to store\r
   // EFI_PEI_SERVICES**\r
   //\r
-  UINT64    PeiService;\r
-  UINT64    IdtTable[SEC_IDT_ENTRY_COUNT];\r
+  UINT64                      PeiService;\r
+  IA32_IDT_GATE_DESCRIPTOR    IdtTable[SEC_IDT_ENTRY_COUNT];\r
 } SEC_IDT_TABLE;\r
 \r
 /**\r