Changeset 51632 in vbox
- Timestamp:
- Jun 17, 2014 1:31:18 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Devices/Graphics/DevVGA_VBVA.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA_VBVA.cpp
r51631 r51632 1869 1869 for (uint32_t i = 0; i < pVGAState->cMonitors; ++i) 1870 1870 { 1871 rc = SSMR3 PGetU32(pSSM, &u32);1871 rc = SSMR3GetU32(pSSM, &u32); 1872 1872 AssertRCReturn(rc, rc); 1873 1873
Note:
See TracChangeset
for help on using the changeset viewer.

