VirtualBox

Changeset 13709 in vbox


Ignore:
Timestamp:
Oct 31, 2008 10:29:13 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
38676
Message:

Flush the TBs during reset.

Location:
trunk/src
Files:
2 edited

Legend:

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

    r13708 r13709  
    441441    /* Clear raw ring 0 init state */
    442442    pVM->rem.s.Env.state &= ~CPU_RAW_RING0;
     443
     444    /* Flush the TBs the next time we execute code here. */
     445    pVM->rem.s.fFlushTBs = true;
    443446}
    444447
  • trunk/src/recompiler_new/VBoxRecompiler.c

    r13708 r13709  
    427427    /* Clear raw ring 0 init state */
    428428    pVM->rem.s.Env.state &= ~CPU_RAW_RING0;
     429
     430    /* Flush the TBs the next time we execute code here. */
     431    pVM->rem.s.fFlushTBs = true;
    429432}
    430433
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