VirtualBox

Changeset 2746 in vbox


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

Another attempt at masking off the top 32 bits

File:
1 edited

Legend:

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

    r2745 r2746  
    443443    xor         rax, rax
    444444%ifdef ASM_CALL64_GCC
    445     movzx       rdi, edi
     445    push        edi
     446    xor         rdi, rdi
     447    pop         edi
    446448    vmwrite     rdi, rsi
    447449%else
    448     movzx       rcx, ecx
     450    push        ecx
     451    xor         rcx, rcx
     452    pop         ecx
    449453    vmwrite     rcx, rdx
    450454%endif
     
    470474    xor         rax, rax
    471475%ifdef ASM_CALL64_GCC
    472     movzx       rdi, edi
     476    push        edi
     477    xor         rdi, rdi
     478    pop         edi
    473479    vmread      [rsi], rdi
    474480%else
    475     movzx       rcx, ecx
     481    push        ecx
     482    xor         rcx, rcx
     483    pop         ecx
    476484    vmread      [rdx], rcx
    477485%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