Changeset 108794 in vbox for trunk/src/VBox/Devices/EFI/FirmwareNew/ArmPkg/Library/DefaultExceptionHandlerLib/AArch64/DefaultExceptionHandler.c
- Timestamp:
- Mar 31, 2025 11:31:09 AM (2 weeks ago)
- svn:sync-xref-src-repo-rev:
- 168237
- Location:
- trunk/src/VBox/Devices/EFI/FirmwareNew
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/FirmwareNew
-
Property svn:mergeinfo
changed from (toggle deleted branches)
to (toggle deleted branches)/vendor/edk2/current 103735-103757,103769-103776,129194-164365 /vendor/edk2/current 103735-103757,103769-103776,129194-168232
-
Property svn:mergeinfo
changed from (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/FirmwareNew/ArmPkg/Library/DefaultExceptionHandlerLib/AArch64/DefaultExceptionHandler.c
r101291 r108794 15 15 #include <Library/PeCoffGetEntryPointLib.h> 16 16 #include <Library/PrintLib.h> 17 #include <Library/ArmDisassemblerLib.h>18 17 #include <Library/SerialPortLib.h> 19 18 #include <Library/UefiBootServicesTableLib.h> … … 129 128 VOID 130 129 DescribeExceptionSyndrome ( 131 IN UINT 32Esr130 IN UINT64 Esr 132 131 ) 133 132 { … … 158 157 } 159 158 160 #ifndef MDEPKG_NDEBUG161 159 STATIC 162 160 CONST CHAR8 * … … 177 175 return Str; 178 176 } 179 180 #endif181 177 182 178 /**
Note:
See TracChangeset
for help on using the changeset viewer.