From 7db5b33284eb1611ec1ae15b030ef146f6b46c1c Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Mon, 8 May 2023 15:20:52 +0200 Subject: Some small changes to thread and fork and cloning x64emu_t struct --- src/include/x64emu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include') diff --git a/src/include/x64emu.h b/src/include/x64emu.h index c7f2e20e..d242925a 100755 --- a/src/include/x64emu.h +++ b/src/include/x64emu.h @@ -6,7 +6,7 @@ typedef struct box64context_s box64context_t; x64emu_t *NewX64Emu(box64context_t *context, uintptr_t start, uintptr_t stack, int stacksize, int ownstack); x64emu_t *NewX64EmuFromStack(x64emu_t* emu, box64context_t *context, uintptr_t start, uintptr_t stack, int stacksize, int ownstack); -void SetupX64Emu(x64emu_t *emu); +void SetupX64Emu(x64emu_t *emu, x64emu_t *ref); void FreeX64Emu(x64emu_t **x64emu); void FreeX64EmuFromStack(x64emu_t **emu); void CloneEmu(x64emu_t *newemu, const x64emu_t* emu); -- cgit 1.4.1