mirror of https://github.com/acidanthera/audk.git
Refine code to remove type converting warning.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10982 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
f7a14a9b99
commit
c52acd89e8
|
@ -513,7 +513,7 @@ CpuRegisterInterruptHandler (
|
||||||
return EFI_ALREADY_STARTED;
|
return EFI_ALREADY_STARTED;
|
||||||
}
|
}
|
||||||
|
|
||||||
SetInterruptDescriptorTableHandlerAddress (InterruptType, NULL);
|
SetInterruptDescriptorTableHandlerAddress ((UINTN)InterruptType, NULL);
|
||||||
ExternalVectorTable[InterruptType] = InterruptHandler;
|
ExternalVectorTable[InterruptType] = InterruptHandler;
|
||||||
return EFI_SUCCESS;
|
return EFI_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue