about summary refs log tree commit diff stats
path: root/src/include/x64tls.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/x64tls.h')
-rw-r--r--src/include/x64tls.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/x64tls.h b/src/include/x64tls.h
index e8eefd31..112cc59a 100644
--- a/src/include/x64tls.h
+++ b/src/include/x64tls.h
@@ -7,7 +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);
+tlsdatasize_t* getTLSData(x64emu_t* emu);
 
 int my_arch_prctl(x64emu_t *emu, int code, void* addr);