VirtualBox

Changeset 3508 in vbox


Ignore:
Timestamp:
Jul 9, 2007 1:23:05 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
22726
Message:

Not relevant of course

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler/VBoxRecompiler.c

    r3507 r3508  
    17291729                  | CPUM_CHANGED_FPU_REM | CPUM_CHANGED_SYSENTER_MSR))
    17301730    {
     1731        if (fFlags & CPUM_CHANGED_FPU_REM)
     1732            save_raw_fp_state(&pVM->rem.s.Env, (uint8_t *)&pCtx->fpu); /* 'save' is an excellent name. */
     1733
    17311734        if (fFlags & CPUM_CHANGED_GLOBAL_TLB_FLUSH)
    17321735        {
     
    18081811            pVM->rem.s.Env.tr.flags &= ~DESC_TSS_BUSY_MASK;
    18091812        }
    1810         /* Note: *after* possible flushes!!! */
    1811         if (fFlags & CPUM_CHANGED_FPU_REM)
    1812             save_raw_fp_state(&pVM->rem.s.Env, (uint8_t *)&pCtx->fpu); /* 'save' is an excellent name. */
    18131813    }
    18141814
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