Changeset 61008 in vbox
- Timestamp:
- May 17, 2016 3:52:50 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/GIMHv.cpp
r58564 r61008 856 856 SSMR3GetU64(pSSM, &pHvCpu->uSint2Msr); 857 857 } 858 } 859 860 uint8_t bDelim; 861 return SSMR3GetU8(pSSM, &bDelim); 858 859 uint8_t bDelim; 860 rc = SSMR3GetU8(pSSM, &bDelim); 861 } 862 else 863 rc = VINF_SUCCESS; 864 865 return rc; 862 866 } 863 867
Note:
See TracChangeset
for help on using the changeset viewer.