VirtualBox

Changeset 9854 in vbox


Ignore:
Timestamp:
Jun 20, 2008 1:15:59 PM (17 years ago)
Author:
vboxsync
Message:

Sigh.

File:
1 edited

Legend:

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

    r9853 r9854  
    7171    push    rdx
    7272    push    rax
    73     xor     rdx, rdx
    74     mov     rax, qword [xSI + %2]
     73    mov     edx, dword [xSI + %2 + 4]
     74    mov     eax, dword [xSI + %2]
    7575    wrmsr
    7676  %endmacro
     
    8181    mov     rcx, %1
    8282    rdmsr
    83     mov     qword [xSI + %2], rax
     83    mov     dword [xSI + %2], eax
     84    mov     dword [xSI + %2 + 4], edx
    8485    pop     rax
    8586    pop     rdx
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