Changeset 101320 in vbox for trunk/src/VBox
- Timestamp:
- Sep 29, 2023 3:43:07 PM (16 months ago)
- Location:
- trunk/src/VBox/Devices
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/build/VBoxDD.cpp
r100128 r101320 272 272 if (RT_FAILURE(rc)) 273 273 return rc; 274 275 rc = pCallbacks->pfnRegister(pCallbacks, &g_DevicePlatform); 276 if (RT_FAILURE(rc)) 277 return rc; 274 278 #endif 275 279 -
trunk/src/VBox/Devices/build/VBoxDD.h
r100128 r101320 241 241 extern const PDMDEVREG g_DeviceFlashCFI; 242 242 extern const PDMDEVREG g_DevicePciGenericEcam; 243 extern const PDMDEVREG g_DevicePlatform; 243 244 #endif 244 245
Note:
See TracChangeset
for help on using the changeset viewer.