mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-26 07:04:28 +02:00
CpuExceptionHandlerLibNull: Added dummy functions to fix MdeModulePkg
compilation.
This commit is contained in:
parent
f6b75158a4
commit
efafcabe02
@ -104,3 +104,21 @@ InitializeSeparateExceptionStacks (
|
|||||||
{
|
{
|
||||||
return EFI_UNSUPPORTED;
|
return EFI_UNSUPPORTED;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
EXCEPTION_ADDRESSES *
|
||||||
|
EFIAPI
|
||||||
|
GetExceptionAddresses (
|
||||||
|
VOID
|
||||||
|
)
|
||||||
|
{
|
||||||
|
return NULL;
|
||||||
|
}
|
||||||
|
|
||||||
|
VOID
|
||||||
|
EFIAPI
|
||||||
|
SetExceptionAddresses (
|
||||||
|
IN VOID *Buffer,
|
||||||
|
IN UINTN BufferSize
|
||||||
|
)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user