about summary refs log tree commit diff stats
path: root/src/include/box64context.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-03-02 15:49:33 +0100
committerptitSeb <sebastien.chev@gmail.com>2021-03-02 15:49:33 +0100
commit8b56536bb1e38cfa83346544ec62e2e2003dd071 (patch)
treee278aaee0412cd8c3464f0d3caa0d7963eccf1eb /src/include/box64context.h
parentda3311fe108982773cdf8ea36924da4e90d60cc4 (diff)
downloadbox64-8b56536bb1e38cfa83346544ec62e2e2003dd071.tar.gz
box64-8b56536bb1e38cfa83346544ec62e2e2003dd071.zip
More preparation on main x64emu_t structure
Diffstat (limited to 'src/include/box64context.h')
-rwxr-xr-xsrc/include/box64context.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/box64context.h b/src/include/box64context.h
index 8422a765..0ffd0651 100755
--- a/src/include/box64context.h
+++ b/src/include/box64context.h
@@ -98,7 +98,7 @@ int AddElfHeader(box64context_t* ctx, elfheader_t* head);
 int AddTLSPartition(box64context_t* context, int tlssize);
 
 // defined in fact in threads.c
-//void thread_set_emu(x64emu_t* emu);
-//x64emu_t* thread_get_emu();
+void thread_set_emu(x64emu_t* emu);
+x64emu_t* thread_get_emu();
 
 #endif //__BOX64CONTEXT_H_
\ No newline at end of file