diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-10-30 11:12:51 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-10-30 11:12:51 +0100 |
| commit | 541adff4d40db9d32076c222c8e1289c5fceb84c (patch) | |
| tree | 9fc89c33599f3ef43cfe9ebbf4e7408ff81a9801 /src/include | |
| parent | 39189a746bbe9f93617eda2b35c7b97ed105542a (diff) | |
| download | box64-541adff4d40db9d32076c222c8e1289c5fceb84c.tar.gz box64-541adff4d40db9d32076c222c8e1289c5fceb84c.zip | |
Improved clone wrapped function compatibility
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/box64context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/box64context.h b/src/include/box64context.h index 8899460e..d27a23af 100644 --- a/src/include/box64context.h +++ b/src/include/box64context.h @@ -267,6 +267,7 @@ int AddTLSPartition(box64context_t* context, int tlssize); // defined in fact in threads.c void thread_set_emu(x64emu_t* emu); +void thread_forget_emu(); x64emu_t* thread_get_emu(void); // unlock mutex that are locked by current thread (for signal handling). Return a mask of unlock mutex |