mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-02-18 22:42:58 +00:00
tests: Fix compile errors. (#4)
This commit is contained in:
@@ -204,7 +204,7 @@ void FuzzJitArm(const size_t instruction_count, const size_t instructions_to_exe
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user