Changeset 81049 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Sep 27, 2019 12:18:27 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 133652
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/SSM.cpp
r80585 r81049 9648 9648 9649 9649 9650 #ifdef DEBUG 9651 /** 9652 * Gets current data offset, relative to the start of the unit - only for debugging 9653 */ 9654 VMMR3DECL(uint64_t) SSMR3HandleTellInUnit(PSSMHANDLE pSSM) 9655 { 9656 return ssmR3StrmTell(&pSSM->Strm) - pSSM->offUnitUser; 9657 } 9658 #endif 9659 9660 9650 9661 #ifndef SSM_STANDALONE 9651 9662 /**
Note:
See TracChangeset
for help on using the changeset viewer.