VirtualBox

Changeset 656 in vbox


Ignore:
Timestamp:
Feb 6, 2007 1:23:16 AM (18 years ago)
Author:
vboxsync
Message:

AMD64 not amd64!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/timesup.cpp

    r1 r656  
    106106        u64Delta = u32UpdateIntervalTSC;
    107107    }
    108 #if !defined(_MSC_VER) || defined(__amd64__) /* GCC makes very pretty code from these two inline calls, while MSC cannot. */
     108#if !defined(_MSC_VER) || defined(__AMD64__) /* GCC makes very pretty code from these two inline calls, while MSC cannot. */
    109109    u64Delta = ASMMult2xU32RetU64((uint32_t)u64Delta, u32NanoTSFactor0);
    110110    u64Delta = ASMDivU64ByU32RetU32(u64Delta, u32UpdateIntervalTSC);
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