Changeset 35644 in vbox for trunk/src/VBox/Devices/EFI/Firmware2
- Timestamp:
- Jan 20, 2011 8:29:40 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxPeCoffLib/BasePeCoff.c
r35642 r35644 458 458 &SectionHeader 459 459 ); 460 DEBUG((DEBUG_LOAD, "%a:%d - %r\n", __FILE__, __LINE__, Status));461 460 if (RETURN_ERROR (Status)) { 462 461 ImageContext->ImageError = IMAGE_ERROR_IMAGE_READ; … … 1095 1094 (UINTN)Hdr.Pe32->OptionalHeader.AddressOfEntryPoint 1096 1095 ); 1097 DEBUG((DEBUG_INFO, "%a:%d entry point %x\n", __FILE__, __LINE__, ImageContext->EntryPoint));1098 1096 } else { 1099 1097 // … … 1104 1102 (UINTN)Hdr.Pe32Plus->OptionalHeader.AddressOfEntryPoint 1105 1103 ); 1106 DEBUG((DEBUG_INFO, "%a:%d entry point %x\n", __FILE__, __LINE__, ImageContext->EntryPoint));1107 1104 } 1108 1105 } else { … … 1113 1110 (UINTN)Hdr.Te->StrippedSize 1114 1111 ); 1115 DEBUG((DEBUG_INFO, "%a:%d entry point %x\n", __FILE__, __LINE__, ImageContext->EntryPoint));1116 1112 } 1117 1113
Note:
See TracChangeset
for help on using the changeset viewer.