Changeset 104587 in vbox
- Timestamp:
- May 13, 2024 12:13:10 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/DevEFI.cpp
r100495 r104587 1226 1226 /* Initialize the NVRAM content from the loaded ROM file as the NVRAM wasn't initialized yet. */ 1227 1227 rc = flashR3LoadFromBuf(&pThis->Flash, pThisCC->pu8EfiRom, pThisCC->cbNvram); 1228 if (RT_FAILURE(rc)) 1229 return rc; 1228 1230 } 1229 1231 else if (RT_FAILURE(rc))
Note:
See TracChangeset
for help on using the changeset viewer.