"for" should be a "while"

This commit is contained in:
Flyinghead 2018-07-23 20:44:35 +02:00
parent 8dab514b2a
commit 45d4abb64d
1 changed files with 1 additions and 1 deletions

View File

@ -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