diff options
author | Cohen, Eugene <eugene@hp.com> | 2016-02-10 23:05:18 +0000 |
---|---|---|
committer | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2016-02-15 10:37:52 +0100 |
commit | 82ea9a6b59b5f4f48712644d9b32d4d52a097a2e (patch) | |
tree | ed16e86ad93f46aed54d1d5d0366d99f2e4af27a /ArmPkg/Library/DefaultExceptionHandlerLib/Arm | |
parent | 0b6249f5902f85a9c1a438878b27f8d7ef960a41 (diff) | |
download | edk2-platforms-82ea9a6b59b5f4f48712644d9b32d4d52a097a2e.tar.xz |
ArmPkg: DefaultExceptionHandler fixes for use with DxeCore
Modify the DefaultExceptionHandler (uefi-variant) so it can be used by
DxeCore (via CpuExceptionHandlerLib) where the debug info table is not
yet published at library constructor time.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Eugene Cohen <eugene@hp.com>
Tested-by: Ryan Harkin <ryan.harkin@linaro.org>
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Diffstat (limited to 'ArmPkg/Library/DefaultExceptionHandlerLib/Arm')
-rw-r--r-- | ArmPkg/Library/DefaultExceptionHandlerLib/Arm/DefaultExceptionHandler.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ArmPkg/Library/DefaultExceptionHandlerLib/Arm/DefaultExceptionHandler.c b/ArmPkg/Library/DefaultExceptionHandlerLib/Arm/DefaultExceptionHandler.c index 179fc224be..aece26355e 100644 --- a/ArmPkg/Library/DefaultExceptionHandlerLib/Arm/DefaultExceptionHandler.c +++ b/ArmPkg/Library/DefaultExceptionHandlerLib/Arm/DefaultExceptionHandler.c @@ -27,8 +27,6 @@ #include <Protocol/DebugSupport.h>
#include <Library/DefaultExceptionHandlerLib.h>
-EFI_DEBUG_IMAGE_INFO_TABLE_HEADER *gDebugImageTableHeader = NULL;
-
typedef struct {
UINT32 BIT;
CHAR8 Char;
|