Changeset 19365 in vbox for trunk/src/recompiler
- Timestamp:
- May 5, 2009 11:15:37 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/cpu-exec.c
r18073 r19365 530 530 anything unnecessary (like crashing during emulate single instruction). */ 531 531 env->current_tb = NULL; 532 TMTimerPoll(env1->pVM); 532 /* don't use env1->pVM here, the code wouldn't run with gcc-4.4/amd64 533 * anymore, see #3883 */ 534 TMTimerPoll(env->pVM); 533 535 #endif 534 536 } /* for(;;) */
Note:
See TracChangeset
for help on using the changeset viewer.