VirtualBox

Changeset 29263 in vbox for trunk/src/VBox/Runtime/common


Ignore:
Timestamp:
May 9, 2010 7:52:03 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
61346
Message:

sparc adjustments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/log/log.cpp

    r29250 r29263  
    23682368                if (pLogger->fFlags & RTLOGFLAGS_PREFIX_TSC)
    23692369                {
     2370#if defined(RT_ARCH_AMD64) || defined(RT_ARCH_X86)
    23702371                    uint64_t     u64    = ASMReadTSC();
     2372#else
     2373                    uint64_t     u64    = RTTimeNanoTS();
     2374#endif
    23712375                    int          iBase  = 16;
    23722376                    unsigned int fFlags = RTSTR_F_ZEROPAD;
Note: See TracChangeset for help on using the changeset viewer.

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