edk2/MdeModulePkg/Universal/DebugSupportDxe
Oliver Steffen 8c31bd9487 MdeModulePkg/DebugSupportDxe: Fix incompatible pointer types
GCC 15 enforces stricter type checking for function pointers. When
passing EFI_PERIODIC_CALLBACK and EFI_EXCEPTION_CALLBACK to
ManageIdtEntryTable, explicit casts to CALLBACK_FUNC are required to
avoid incompatible pointer type errors.

Add explicit casts at the call sites in RegisterPeriodicCallback and
RegisterExceptionCallback functions.

Signed-off-by: Oliver Steffen <osteffen@redhat.com>
(cherry picked from commit ff28da41c2)
2025-11-21 16:33:06 +00:00
..
Ia32 MdeModulePkg/DebugSupportDxe: Fix incompatible pointer types 2025-11-21 16:33:06 +00:00
X64 MdeModulePkg: Replace Opcode with the corresponding instructions. 2022-03-01 01:45:47 +00:00
DebugSupport.c MdeModulePkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
DebugSupportDxe.inf MdeModulePkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:08 -07:00
DebugSupportDxe.uni MdeModulePkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:08 -07:00
DebugSupportDxeExtra.uni MdeModulePkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:08 -07:00