VirtualBox

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


Ignore:
Timestamp:
May 21, 2007 2:55:35 PM (18 years ago)
Author:
vboxsync
Message:

Incorrect code was generated

File:
1 edited

Legend:

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

    r2739 r2740  
    443443    xor         rax, rax
    444444%ifdef ASM_CALL64_GCC
    445     and         rdi, 0ffffffffh
     445    movzx       rdi, edi
    446446    vmwrite     rdi, rsi
    447447%else
    448     and         rcx, 0ffffffffh
     448    movzx       rcx, ecx
    449449    vmwrite     rcx, rdx
    450450%endif
     
    470470    xor         rax, rax
    471471%ifdef ASM_CALL64_GCC
    472     and         rdi, 0ffffffffh
     472    movzx       rdi, edi
    473473    vmread      [rsi], rdi
    474474%else
    475     and         rcx, 0ffffffffh
     475    movzx       rcx, ecx
    476476    vmread      [rdx], rcx
    477477%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