VirtualBox

Changeset 15186 in vbox for trunk/src/VBox/VMM/VMMSwitcher


Ignore:
Timestamp:
Dec 9, 2008 3:50:52 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
40597
Message:

Fixed fpu and debug state syncing.

File:
1 edited

Legend:

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

    r15030 r15186  
    259259    fxrstor [rdx + CPUMCPU.Guest.fpu]
    260260    mov     cr0, rcx                    ; and restore old CR0 again
     261   
     262    and     [rdx + CPUMCPU.fUseFlags], ~CPUM_SYNC_FPU_STATE
    261263
    262264gth_fpu_no:
     
    275277    mov rax, qword [rdx + CPUMCPU.Guest.dr + 6*8]
    276278    mov dr6, rax    ; not required for AMD-V
     279
     280    and     [rdx + CPUMCPU.fUseFlags], ~CPUM_SYNC_DEBUG_STATE
    277281
    278282gth_debug_no:
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette