Changeset 64474 in vbox for trunk/src/VBox/Devices/Bus/DevPciIch9.cpp
- Timestamp:
- Oct 28, 2016 3:32:25 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Bus/DevPciIch9.cpp
r64472 r64474 1365 1365 aPciAddr.iRegister = addr; 1366 1366 1367 uint32_t u32Val ;1367 uint32_t u32Val = 0; 1368 1368 int rc = ich9pciDataReadAddr(pGlobals, &aPciAddr, len, &u32Val, VERR_INTERNAL_ERROR); 1369 1369 AssertRC(rc);
Note:
See TracChangeset
for help on using the changeset viewer.