From 5768989e54ef596b77449f11e1910186a835e422 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Fri, 3 Oct 2025 10:35:08 +0200 Subject: [DYNAREC] Fixe a speed regression introduced with 3fe020572dfc0636ab82bae962c3514134e9e128 (for #3038) --- src/include/box64cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/box64cpu.h') diff --git a/src/include/box64cpu.h b/src/include/box64cpu.h index b565e06f..72df2c69 100644 --- a/src/include/box64cpu.h +++ b/src/include/box64cpu.h @@ -3,7 +3,7 @@ typedef struct x64emu_s x64emu_t; -int Run(x64emu_t *emu, int step, int need_tf); +int Run(x64emu_t *emu, int step); void EmuCall(x64emu_t* emu, uintptr_t addr); void StopEmu(x64emu_t* emu, const char* reason, int is32bits); void DynaRun(x64emu_t *emu); -- cgit 1.4.1