VirtualBox

Changeset 15908 in vbox for trunk


Ignore:
Timestamp:
Jan 13, 2009 10:33:24 AM (16 years ago)
Author:
vboxsync
Message:

Some cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMSwitcher/LegacyandAMD64.mac

    r15654 r15908  
    214214    DEBUG_CHAR('5')
    215215
    216     ; Jump from compatability mode to 64-bit mode.
     216    ; Jump from compatibility mode to 64-bit mode.
    217217    FIXUP FIX_ID_FAR32_TO_64BIT_MODE, 1, NAME(IDEnter64Mode) - NAME(Start)
    218218    jmp     0ffffh:0fffffffeh
     
    284284    jz      near gth_debug_no
    285285   
    286     mov rax, qword [rdx + CPUMCPU.Guest.dr + 0*8]
    287     mov dr0, rax
    288     mov rax, qword [rdx + CPUMCPU.Guest.dr + 1*8]
    289     mov dr1, rax
    290     mov rax, qword [rdx + CPUMCPU.Guest.dr + 2*8]
    291     mov dr2, rax
    292     mov rax, qword [rdx + CPUMCPU.Guest.dr + 3*8]
    293     mov dr3, rax
    294     mov rax, qword [rdx + CPUMCPU.Guest.dr + 6*8]
    295     mov dr6, rax    ; not required for AMD-V
     286    mov     rax, qword [rdx + CPUMCPU.Guest.dr + 0*8]
     287    mov     dr0, rax
     288    mov     rax, qword [rdx + CPUMCPU.Guest.dr + 1*8]
     289    mov     dr1, rax
     290    mov     rax, qword [rdx + CPUMCPU.Guest.dr + 2*8]
     291    mov     dr2, rax
     292    mov     rax, qword [rdx + CPUMCPU.Guest.dr + 3*8]
     293    mov     dr3, rax
     294    mov     rax, qword [rdx + CPUMCPU.Guest.dr + 6*8]
     295    mov     dr6, rax    ; not required for AMD-V
    296296
    297297    and     dword [rdx + CPUMCPU.fUseFlags], ~CPUM_SYNC_DEBUG_STATE
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