mirror of https://github.com/acidanthera/audk.git
CpuExceptionHandlerLibNull: Added dummy functions to fix MdeModulePkg
compilation.
This commit is contained in:
parent
ce3bfc7754
commit
4975e50cf4
|
@ -104,3 +104,21 @@ InitializeSeparateExceptionStacks (
|
|||
{
|
||||
return EFI_UNSUPPORTED;
|
||||
}
|
||||
|
||||
EXCEPTION_ADDRESSES *
|
||||
EFIAPI
|
||||
GetExceptionAddresses (
|
||||
VOID
|
||||
)
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
|
||||
VOID
|
||||
EFIAPI
|
||||
SetExceptionAddresses (
|
||||
IN VOID *Buffer,
|
||||
IN UINTN BufferSize
|
||||
)
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue