VirtualBox

Changeset 2747 in vbox for trunk/src/VBox/VMM/VMMR0


Ignore:
Timestamp:
May 21, 2007 3:42:33 PM (18 years ago)
Author:
vboxsync
Message:

Sigh

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HWACCMR0A.asm

    r2746 r2747  
    443443    xor         rax, rax
    444444%ifdef ASM_CALL64_GCC
    445     push        edi
    446     xor         rdi, rdi
    447     pop         edi
     445    and         rdi, 0ffffffffh
    448446    vmwrite     rdi, rsi
    449447%else
    450     push        ecx
    451     xor         rcx, rcx
    452     pop         ecx
     448    and         rcx, 0ffffffffh
    453449    vmwrite     rcx, rdx
    454450%endif
     
    474470    xor         rax, rax
    475471%ifdef ASM_CALL64_GCC
    476     push        edi
    477     xor         rdi, rdi
    478     pop         edi
     472    and         rdi, 0ffffffffh
    479473    vmread      [rsi], rdi
    480474%else
    481     push        ecx
    482     xor         rcx, rcx
    483     pop         ecx
     475    and         rcx, 0ffffffffh
    484476    vmread      [rdx], rcx
    485477%endif
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