VirtualBox

Changeset 6334 in vbox


Ignore:
Timestamp:
Jan 11, 2008 8:48:54 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
27222
Message:

small optimization

File:
1 edited

Legend:

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

    r6175 r6334  
    13101310                         "cli\n\t"
    13111311                         "popq  %0\n\t"
    1312                          : "=m" (xFlags));
     1312                         : "=rm" (xFlags));
    13131313#  else
    13141314    __asm__ __volatile__("pushfl\n\t"
    13151315                         "cli\n\t"
    13161316                         "popl  %0\n\t"
    1317                          : "=m" (xFlags));
     1317                         : "=rm" (xFlags));
    13181318#  endif
    13191319# elif RT_INLINE_ASM_USES_INTRIN && !defined(RT_ARCH_X86)
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