tests: Fix compile errors. (#4)

This commit is contained in:
bunnei
2016-09-02 03:51:03 -04:00
committed by Merry
parent 27acd8e187
commit 728b4ca0d4
2 changed files with 2 additions and 2 deletions

View File

@@ -183,7 +183,7 @@ void FuzzJitThumb(const size_t instruction_count, const size_t instructions_to_e
for (size_t run_number = 0; run_number < run_count; run_number++) {
interp.instruction_cache.clear();
InterpreterClearCache();
jit.ClearCache(false);
jit.ClearCache();
// Setup initial state