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