- Timestamp:
- Jun 4, 2007 12:43:44 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/cpu-exec.c
r3023 r3024 511 511 } 512 512 #endif /* !DEBUG_bird */ 513 //{514 //static int blaat = 0;515 516 //if (env->eip == 0xc03f3c27 && ++blaat == 2)517 // env->state |= CPU_EMULATE_SINGLE_STEP;518 //}519 513 if(env->state & CPU_EMULATE_SINGLE_STEP) 520 514 { 521 515 #ifdef DEBUG_bird 522 516 static int s_cTimes = 0; 523 if (s_cTimes++ > 10000 )517 if (s_cTimes++ > 1000000) 524 518 { 525 519 RTLogPrintf("Enough stepping!\n");
Note:
See TracChangeset
for help on using the changeset viewer.