Changeset 13709 in vbox
- Timestamp:
- Oct 31, 2008 10:29:13 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 38676
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note:
See TracChangeset
for help on using the changeset viewer.