Changeset 104254 in vbox
- Timestamp:
- Apr 9, 2024 2:36:12 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevAHCI.cpp
r104253 r104254 2357 2357 ahciLegacyFakeRead(PPDMDEVINS pDevIns, void *pvUser, RTIOPORT offPort, uint32_t *pu32, unsigned cb) 2358 2358 { 2359 /** @todo we should set *pu32 to something. */2360 RT_NOREF(pDevIns, pvUser, offPort, pu32,cb);2359 *pu32 = 0; 2360 RT_NOREF(pDevIns, pvUser, offPort, cb); 2361 2361 ASSERT_GUEST_MSG_FAILED(("Should not happen\n")); 2362 return V INF_SUCCESS;2362 return VERR_IOM_IOPORT_UNUSED; 2363 2363 } 2364 2364
Note:
See TracChangeset
for help on using the changeset viewer.