Skip to content

Commit bcb5f42

Browse files
committed
Refactoring
1 parent 69f4022 commit bcb5f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/emulation/cpu_device.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ void cpu_device::execute()
6565
if (!filter->post())
6666
return;
6767

68-
} while (cpu->GetPC() != TEST_RETURN_ADDRESS && cpu->GetPC() != endPC);
68+
} while (cpu->GetPC() != endPC);
6969
}
7070

7171
void cpu_device::add_error_result(runtime_error_type type)

0 commit comments

Comments
 (0)