VirtualBox

Changeset 5997 in vbox


Ignore:
Timestamp:
Dec 7, 2007 1:15:59 PM (17 years ago)
Author:
vboxsync
Message:

small optimization

File:
1 edited

Legend:

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

    r5605 r5997  
    25142514    __asm__ __volatile__("lock; orl %1, %0\n\t"
    25152515                         : "=m" (*pu32)
    2516                          : "r" (u32));
     2516                         : "ir" (u32));
    25172517# else
    25182518    __asm
     
    25612561    __asm__ __volatile__("lock; andl %1, %0\n\t"
    25622562                         : "=m" (*pu32)
    2563                          : "r" (u32));
     2563                         : "ir" (u32));
    25642564# else
    25652565    __asm
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