From 3fe020572dfc0636ab82bae962c3514134e9e128 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Wed, 27 Aug 2025 16:17:17 +0200 Subject: Improved handling of TF flag --- src/include/box64cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include') diff --git a/src/include/box64cpu.h b/src/include/box64cpu.h index 72df2c69..b565e06f 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 Run(x64emu_t *emu, int step, int need_tf); 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