From fb0e8ee9c6237993c393f3737e528199be41c23c Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sun, 30 Jul 2023 22:12:30 +0200 Subject: Change again a bit how jmpbuffer and resuming of signal is handled --- src/include/x64run.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include') diff --git a/src/include/x64run.h b/src/include/x64run.h index 11f07cfa..b6c9e960 100644 --- a/src/include/x64run.h +++ b/src/include/x64run.h @@ -6,7 +6,7 @@ typedef struct x64emu_s x64emu_t; typedef struct x64test_s x64test_t; int Run(x64emu_t *emu, int step); // 0 if run was successfull, 1 if error in x86 world int RunTest(x64test_t *test); -int DynaRun(x64emu_t *emu); +void DynaRun(x64emu_t *emu); uint32_t LibSyscall(x64emu_t *emu); void PltResolver(x64emu_t* emu); -- cgit 1.4.1