Changeset 72616 in vbox for trunk/src/VBox/Devices/build
- Timestamp:
- Jun 19, 2018 2:50:09 PM (6 years ago)
- Location:
- trunk/src/VBox/Devices/build
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/build/VBoxDD.cpp
r71829 r72616 87 87 if (RT_FAILURE(rc)) 88 88 return rc; 89 rc = pCallbacks->pfnRegister(pCallbacks, &g_DeviceFlash); 90 if (RT_FAILURE(rc)) 91 return rc; 89 92 #ifdef VBOX_WITH_EFI 90 93 rc = pCallbacks->pfnRegister(pCallbacks, &g_DeviceEFI); -
trunk/src/VBox/Devices/build/VBoxDD.h
r71829 r72616 41 41 extern const PDMDEVREG g_DeviceHPET; 42 42 extern const PDMDEVREG g_DeviceSmc; 43 extern const PDMDEVREG g_DeviceFlash; 43 44 extern const PDMDEVREG g_DeviceMC146818; 44 45 extern const PDMDEVREG g_DevicePIIX3IDE;
Note:
See TracChangeset
for help on using the changeset viewer.