VirtualBox

Changeset 42651 in vbox for trunk


Ignore:
Timestamp:
Aug 7, 2012 9:15:45 AM (12 years ago)
Author:
vboxsync
Message:

build fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/IEMAllAImpl.asm

    r42633 r42651  
    776776        mov     ebx, [ecx]
    777777        mov     ecx, [ecx + 4]
    778         IEM_MAYBE_LOAD_FLAGS rbp, (X86_EFL_ZF), 0  ; clobbers T0 (eax)
     778        IEM_MAYBE_LOAD_FLAGS ebp, (X86_EFL_ZF), 0  ; clobbers T0 (eax)
    779779        mov     eax, [esi]
    780780        mov     edx, [esi + 4]
     
    782782        lock cmpxchg8b [edi]
    783783
    784         mov     [rsi], eax
    785         mov     [rsi + 4], edx
    786         IEM_SAVE_FLAGS       rbp, (X86_EFL_ZF), 0 ; clobbers T0+T1 (eax, edi)
     784        mov     [esi], eax
     785        mov     [esi + 4], edx
     786        IEM_SAVE_FLAGS       ebp, (X86_EFL_ZF), 0 ; clobbers T0+T1 (eax, edi)
    787787
    788788        pop     ebp
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