VirtualBox

Changeset 3083 in vbox


Ignore:
Timestamp:
Jun 8, 2007 12:51:21 PM (18 years ago)
Author:
vboxsync
Message:

offNew - offOld is more correct (no harm, only weird release log message).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/TM.cpp

    r2981 r3083  
    736736            ASMAtomicXchgU64((uint64_t volatile *)&pVM->tm.s.offVirtualSync, offNew);
    737737            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", offOld - 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));
    739739        }
    740740    }
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette