"for" should be a "while"
This commit is contained in:
parent
8dab514b2a
commit
45d4abb64d
|
@ -53,7 +53,7 @@ void ngen_mainloop(void* v_cntx)
|
|||
cycle_counter = 0;
|
||||
|
||||
#if !defined(TARGET_BOUNDED_EXECUTION)
|
||||
for (sh4_int_bCpuRun) {
|
||||
while (sh4_int_bCpuRun) {
|
||||
#else
|
||||
for (int i=0; i<10000; i++) {
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue