- Timestamp:
- Jul 6, 2023 9:06:38 AM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/VirtIO/VirtioCore.cpp
r100400 r100402 1400 1400 if (fStatusChanged) 1401 1401 pVirtioCC->pfnStatusChanged(pVirtio, pVirtioCC, IS_DRIVER_OK(pVirtio)); 1402 #else 1403 RT_NOREF(pDevIns, pVirtioCC); 1402 1404 #endif 1403 1405 /* … … 1956 1958 return rcStrict; 1957 1959 #else 1960 RT_NOREF(pDevIns, pVirtio, pVirtioCC, offDevCfg, pv, cb); 1958 1961 return VINF_IOM_R3_MMIO_READ; 1959 1962 #endif
Note:
See TracChangeset
for help on using the changeset viewer.