Changeset 35218 in vbox for trunk/src/VBox/Devices/EFI/DevEFI.cpp
- Timestamp:
- Dec 17, 2010 12:45:16 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/DevEFI.cpp
r34163 r35218 1073 1073 return VERR_NO_MEMORY; 1074 1074 1075 rc = RTPathAppPrivateArch (pThis->pszEfiRomFile, RTPATH_MAX);1075 rc = RTPathAppPrivateArchTop(pThis->pszEfiRomFile, RTPATH_MAX); 1076 1076 AssertRCReturn(rc, rc); 1077 1077 rc = RTPathAppend(pThis->pszEfiRomFile, RTPATH_MAX, "VBoxEFI32.fd");
Note:
See TracChangeset
for help on using the changeset viewer.