VirtualBox

Changeset 23380 in vbox for trunk/include


Ignore:
Timestamp:
Sep 28, 2009 2:01:11 PM (15 years ago)
Author:
vboxsync
Message:

no trailing ';' in STAM_GET_TS macro

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/stam.h

    r21359 r23380  
    5959# if defined(RT_ARCH_X86)
    6060   /* This produces optimal assembler code for x86 but does not work for AMD64 ('A' means 'either rax or rdx') */
    61 #  define STAM_GET_TS(u64) __asm__ __volatile__ ("rdtsc\n\t" : "=A" (u64));
     61#  define STAM_GET_TS(u64) __asm__ __volatile__ ("rdtsc\n\t" : "=A" (u64))
    6262# elif defined(RT_ARCH_AMD64)
    6363#  define STAM_GET_TS(u64) \
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