Changeset 13709
- Timestamp:
- 10/31/08 11:29:13 (2 months ago)
- Files:
-
- trunk/src/recompiler/VBoxRecompiler.c (modified) (1 diff)
- trunk/src/recompiler_new/VBoxRecompiler.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/recompiler/VBoxRecompiler.c
r13708 r13709 441 441 /* Clear raw ring 0 init state */ 442 442 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; 443 446 } 444 447 trunk/src/recompiler_new/VBoxRecompiler.c
r13708 r13709 427 427 /* Clear raw ring 0 init state */ 428 428 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; 429 432 } 430 433

