Changeset 99544 in vbox for trunk/src/VBox/Devices/build
- Timestamp:
- Apr 27, 2023 8:16:31 AM (21 months ago)
- Location:
- trunk/src/VBox/Devices/build
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/build/VBoxDD.cpp
r99542 r99544 253 253 return rc; 254 254 255 rc = pCallbacks->pfnRegister(pCallbacks, &g_DevicePl031Rtc); 256 if (RT_FAILURE(rc)) 257 return rc; 258 255 259 rc = pCallbacks->pfnRegister(pCallbacks, &g_DeviceFlashCFI); 256 260 if (RT_FAILURE(rc)) -
trunk/src/VBox/Devices/build/VBoxDD.h
r99542 r99544 231 231 #ifdef VBOX_VMM_TARGET_ARMV8 232 232 extern const PDMDEVREG g_DevicePl011; 233 extern const PDMDEVREG g_DevicePl031Rtc; 233 234 extern const PDMDEVREG g_DeviceFlashCFI; 234 235 #endif
Note:
See TracChangeset
for help on using the changeset viewer.