diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-06-07 20:06:02 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-06-07 20:06:02 +0200 |
| commit | 508545aa874ac7c8de5fb589bc03e3f45c70adb5 (patch) | |
| tree | 9bde8c750dbd39210a7012d884b05ae33a213c4f /src/include/x64tls.h | |
| parent | 52d86177c5d7e70df4018ec8c9ef7a7da5bf030a (diff) | |
| download | box64-508545aa874ac7c8de5fb589bc03e3f45c70adb5.tar.gz box64-508545aa874ac7c8de5fb589bc03e3f45c70adb5.zip | |
Added suport for arch_prctl syscall, and GL segment handling ([DYNAREC] too)
Diffstat (limited to 'src/include/x64tls.h')
| -rwxr-xr-x | src/include/x64tls.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/x64tls.h b/src/include/x64tls.h index 61f58887..f26827c2 100755 --- a/src/include/x64tls.h +++ b/src/include/x64tls.h @@ -10,4 +10,6 @@ void* fillTLSData(box64context_t *context); void* resizeTLSData(box64context_t *context, void* oldptr); void* GetSegmentBase(uint32_t desc); +int my_arch_prctl(x64emu_t *emu, int code, void* addr); + #endif //__X64_TLS_H__ \ No newline at end of file |