Changeset 19325 in vbox for trunk/src/VBox/VMM
- Timestamp:
- May 4, 2009 1:28:52 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/TMInternal.h
r19324 r19325 311 311 312 312 /** Virtual time ticking enabled indicator (counter for each VCPU). (TMCLOCK_VIRTUAL) */ 313 uint32_t 313 uint32_t volatile cVirtualTicking; 314 314 /** Virtual time is not running at 100%. */ 315 315 bool fVirtualWarpDrive;
Note:
See TracChangeset
for help on using the changeset viewer.