Changeset 3083 in vbox
- Timestamp:
- Jun 8, 2007 12:51:21 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/TM.cpp
r2981 r3083 736 736 ASMAtomicXchgU64((uint64_t volatile *)&pVM->tm.s.offVirtualSync, offNew); 737 737 ASMAtomicXchgBool(&pVM->tm.s.fVirtualSyncCatchUp, false); 738 LogRel(("TM: Aborting catch-up attempt on reset with a %RU64 ns lag on reset; new total: %RU64 ns\n", off Old - offNew, offNew));738 LogRel(("TM: Aborting catch-up attempt on reset with a %RU64 ns lag on reset; new total: %RU64 ns\n", offNew - offOld, offNew)); 739 739 } 740 740 }
Note:
See TracChangeset
for help on using the changeset viewer.