diff options
Diffstat (limited to 'src/include/x64tls.h')
| -rw-r--r-- | src/include/x64tls.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/x64tls.h b/src/include/x64tls.h index 66f0d9eb..e8eefd31 100644 --- a/src/include/x64tls.h +++ b/src/include/x64tls.h @@ -7,8 +7,7 @@ typedef struct thread_area_32_s thread_area_32_t; uint32_t my_set_thread_area_32(x64emu_t* emu, thread_area_32_t* td); uint32_t my_modify_ldt(x64emu_t* emu, int op, thread_area_t* td, int size); -tlsdatasize_t* getTLSData(box64context_t *context); -void* GetSegmentBase(uint32_t desc); +tlsdatasize_t* getTLSData(box64context_t* context); int my_arch_prctl(x64emu_t *emu, int code, void* addr); |