TianoCore EDK2 master
|
Go to the source code of this file.
Functions | |
VOID | DefaultExceptionHandler (IN EFI_EXCEPTION_TYPE ExceptionType, IN OUT EFI_SYSTEM_CONTEXT SystemContext) |
Copyright (c) 2008 - 2010, Apple Inc. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file DefaultExceptionHandlerLib.h.
VOID DefaultExceptionHandler | ( | IN EFI_EXCEPTION_TYPE | ExceptionType, |
IN OUT EFI_SYSTEM_CONTEXT | SystemContext | ||
) |
This is the default action to take on an unexpected exception
ExceptionType | Type of the exception |
SystemContext | Register state at the time of the Exception |
This is the default action to take on an unexpected exception
Since this is exception context don't do anything crazy like try to allocate memory.
ExceptionType | Type of the exception |
SystemContext | Register state at the time of the Exception |
Default exception handler.
ExceptionType | Exception type. |
SystemContext | Pointer to EFI_SYSTEM_CONTEXT. |
Definition at line 189 of file DefaultExceptionHandler.c.