VirtualBox

Changeset 49524 in vbox


Ignore:
Timestamp:
Nov 18, 2013 12:13:37 PM (11 years ago)
Author:
vboxsync
Message:

VMM/VMMSwitcher: fxsave/fxrstor todo.

File:
1 edited

Legend:

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

    r49523 r49524  
    629629    and     rax, ~(X86_CR0_TS | X86_CR0_EM)
    630630    mov     cr0, rax
     631    ;; @todo r=ramshankar: Shouldn't we use the explicit REX prefix here!?!
    631632    fxrstor [rdx + CPUMCPU.Guest.fpu]
    632633    mov     cr0, rcx                    ; and restore old CR0 again
     
    12221223    mov     cr0, rax
    12231224
     1225    ;; @todo r=ramshankar: Shouldn't we use the explicit REX prefix here!?!
    12241226    fxsave  [rsi + CPUMCTX.fpu]
    12251227
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