VirtualBox

Changeset 21235 in vbox for trunk/include


Ignore:
Timestamp:
Jul 6, 2009 7:28:49 AM (16 years ago)
Author:
vboxsync
Message:

windows build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/asm.h

    r21234 r21235  
    39023902DECLINLINE(void) ASMMemoryFenceSSE2(void)
    39033903{
    3904 #ifdef RT_INLINE_ASM_GNU_STYLE
     3904#if RT_INLINE_ASM_GNU_STYLE
    39053905    __asm__ __volatile__ (".byte 0x0f,0xae,0xf0\n\t");
    39063906#else
     
    39213921DECLINLINE(void) ASMWriteFenceSSE(void)
    39223922{
    3923 #ifdef RT_INLINE_ASM_GNU_STYLE
     3923#if RT_INLINE_ASM_GNU_STYLE
    39243924    __asm__ __volatile__ (".byte 0x0f,0xae,0xf8\n\t");
    39253925#else
     
    39403940DECLINLINE(void) ASMReadFenceSSE2(void)
    39413941{
    3942 #ifdef RT_INLINE_ASM_GNU_STYLE
     3942#if RT_INLINE_ASM_GNU_STYLE
    39433943    __asm__ __volatile__ (".byte 0x0f,0xae,0xe8\n\t");
    39443944#else
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