summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--UefiCpuPkg/CpuDxe/CpuDxe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/UefiCpuPkg/CpuDxe/CpuDxe.c b/UefiCpuPkg/CpuDxe/CpuDxe.c
index 9e40b4d..35fba39 100644
--- a/UefiCpuPkg/CpuDxe/CpuDxe.c
+++ b/UefiCpuPkg/CpuDxe/CpuDxe.c
@@ -513,7 +513,7 @@ CpuRegisterInterruptHandler (
return EFI_ALREADY_STARTED;
}
- SetInterruptDescriptorTableHandlerAddress (InterruptType, NULL);
+ SetInterruptDescriptorTableHandlerAddress ((UINTN)InterruptType, NULL);
ExternalVectorTable[InterruptType] = InterruptHandler;
return EFI_SUCCESS;
}