mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
The RegisteredCallback field of IdtEntryTable is used to store the address of functions with different function prototypes depending on the ExceptionType. Add local variables with the correct function prototypes and evaluate the ExceptionType to assign correct local variable to the RegisteredCallback value and use local variable to call the registered callback function with the correct arguments for the ExceptionType. Update declaration of InterruptDistrubutionHub() to use the non-CPU specific EFI_SYSTEM_CONTEXT parameter type instead of the IA32 specific EFI_SYSTEM_CONTEXT_IA32 because this function is used for both IA32 and X64. Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com> |
||
|---|---|---|
| .. | ||
| Ia32 | ||
| X64 | ||
| DebugSupport.c | ||
| DebugSupportDxe.inf | ||
| DebugSupportDxe.uni | ||
| DebugSupportDxeExtra.uni | ||