VirtualBox

Changeset 19523 in vbox


Ignore:
Timestamp:
May 8, 2009 1:25:34 PM (16 years ago)
Author:
vboxsync
Message:

IPRT: Build common/asm/ASMAtomicCmpXchgU64.asm into the R3 runtime.

Location:
trunk/src/VBox/Runtime
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/Makefile.kmk

    r19496 r19523  
    300300#endif
    301301
     302# Some versions of GCC might require this.
     303RuntimeR3_SOURCES.x86 += \
     304        common/asm/ASMAtomicCmpXchgU64.asm
     305
    302306ifdef IPRT_WITH_KSTUFF
    303307 RuntimeR3_SOURCES += \
  • trunk/src/VBox/Runtime/common/asm/ASMAtomicCmpXchgU64.asm

    r19522 r19523  
    5252        push    edi
    5353
    54         mov     ebx, dword ptr [ebp+0ch]
    55         mov     ecx, dword ptr [ebp+0ch + 4]
     54        mov     ebx, dword [ebp+0ch]
     55        mov     ecx, dword [ebp+0ch + 4]
    5656        mov     edi, [ebp+08h]
    57         mov     eax, dword ptr [ebp+14h]
    58         mov     edx, dword ptr [ebp+14h + 4]
     57        mov     eax, dword [ebp+14h]
     58        mov     edx, dword [ebp+14h + 4]
    5959        lock cmpxchg8b [edi]
    6060        setz    al
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