X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=UefiCpuPkg%2FCpuDxe%2FCpuDxe.c;h=04d76a5cebe886b361b3499604b626abc7c24c97;hb=62ba7e17047227e70de84f64517ecec46a8d47e9;hp=10ad86da7524d99006cbe5614cf01dd48a843a5c;hpb=396e9039aec00982e98392a843635c1dcff5364d;p=mirror_edk2.git diff --git a/UefiCpuPkg/CpuDxe/CpuDxe.c b/UefiCpuPkg/CpuDxe/CpuDxe.c index 10ad86da75..04d76a5ceb 100644 --- a/UefiCpuPkg/CpuDxe/CpuDxe.c +++ b/UefiCpuPkg/CpuDxe/CpuDxe.c @@ -1141,7 +1141,7 @@ InitInterruptDescriptorTable ( // // Initialize Exception Handlers // - for (Index = 0; Index < 32; Index++) { + for (Index = OldIdtSize; Index < 32; Index++) { Status = CpuRegisterInterruptHandler (&gCpu, Index, CommonExceptionHandler); ASSERT_EFI_ERROR (Status); }