VirtualBox

Changeset 49848 in vbox for trunk/src


Ignore:
Timestamp:
Dec 9, 2013 4:39:17 PM (11 years ago)
Author:
vboxsync
Message:

duh!

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/asm/ASMRdMsrEx.asm

    r49845 r49848  
    4545        [pushreg rdi]
    4646[endprolog]
    47         and     ecx, 0ffffffffh         ; serious paranoia
     47        and     ecx, ecx                ; serious paranoia
    4848        mov     rdi, rdx
    4949        xor     eax, eax
     
    5151        rdmsr
    5252        pop     rdi
     53        and     eax, eax                ; paranoia
     54        shl     rdx, 32
     55        or      rax, rdx
    5356        ret
    5457endproc_frame
     
    5962        xor     edx, edx
    6063        rdmsr
     64        and     eax, eax                ; paranoia
     65        shl     rdx, 32
     66        or      rax, rdx
    6167        ret
    6268%elifdef RT_ARCH_X86
  • trunk/src/VBox/Runtime/common/asm/ASMWrMsrEx.asm

    r49845 r49848  
    4545        [pushreg rdi]
    4646[endprolog]
    47         and     ecx, 0ffffffffh         ; serious paranoia
     47        and     ecx, ecx                ; serious paranoia
    4848        mov     rdi, rdx
    4949        mov     eax, r8d
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