VirtualBox

Changeset 6648 in vbox for trunk/include


Ignore:
Timestamp:
Jan 31, 2008 11:09:30 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
27714
Message:

Fixed ASMAtomicCmpXchgExU64 on 32bit windows.

File:
1 edited

Legend:

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

    r6647 r6648  
    26402640        mov     ebx, [pu64Old]
    26412641        mov     [ebx], eax
    2642         add     ebx, 8
    2643         mov     [ebx], edx
    26442642        setz    al
    26452643        movzx   eax, al
     2644        add     ebx, 4
     2645        mov     [ebx], edx
    26462646        mov     dword ptr [u32Ret], eax
    26472647    }
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