- Timestamp:
- Apr 9, 2024 3:12:40 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IOMAllMmioNew.cpp
r100108 r104255 447 447 * Do DWORD read from the device. 448 448 */ 449 uint32_t u32Value ;449 uint32_t u32Value = 0; 450 450 VBOXSTRICTRC rcStrict2 = pRegEntry->pfnReadCallback(pRegEntry->pDevIns, pRegEntry->pvUser, 451 451 !(pRegEntry->fFlags & IOMMMIO_FLAGS_ABS)
Note:
See TracChangeset
for help on using the changeset viewer.