Changeset 103111 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Jan 30, 2024 8:15:35 AM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Misc/DevPlatform.cpp
r101499 r103111 374 374 static int platformR3LoadRoms(PPDMDEVINS pDevIns, PDEVPLATFORM pThis) 375 375 { 376 int rc ;376 int rc = VINF_SUCCESS; 377 377 378 378 PDEVPLATFORMRESOURCE pIt;
Note:
See TracChangeset
for help on using the changeset viewer.