VirtualBox

Changeset 13709

Show
Ignore:
Timestamp:
10/31/08 11:29:13 (2 months ago)
Author:
vboxsync
Message:

Flush the TBs during reset.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy