Changeset 41284 in vbox for trunk/src/VBox/Devices/EFI/DevEFI.cpp
- Timestamp:
- May 14, 2012 2:19:35 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 77945
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/DevEFI.cpp
r41162 r41284 748 748 AssertLogRelMsgReturn(pFfsFile, ("No SECURITY_CORE found in the firmware volume\n"), VERR_FILE_NOT_FOUND); 749 749 750 RTGCPHYS ImageBase = N ULL;750 RTGCPHYS ImageBase = NIL_RTGCPHYS; 751 751 uint8_t *pbImage = NULL; 752 752 pThis->GCEntryPoint0 = efiFindRelativeAddressOfEPAndBaseAddressOfModule(pFfsFile, cbFfsFile, &ImageBase, &pbImage);
Note:
See TracChangeset
for help on using the changeset viewer.