VirtualBox

Changeset 52428 in vbox


Ignore:
Timestamp:
Aug 20, 2014 9:41:48 AM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
95610
Message:

asm.h: Fix broken ASMAtomicUoIncU32 assembly.

File:
1 edited

Legend:

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

    r52345 r52428  
    32913291        mov     eax, 1
    32923292#  ifdef RT_ARCH_AMD64
     3293        mov     rdx, [pu32]
    32933294        xadd    [rdx], eax
    32943295#  else
     3296        mov     edx, [pu32]
    32953297        xadd    [edx], eax
    32963298#  endif
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