about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedunwind.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrapped/wrappedunwind.c')
-rw-r--r--src/wrapped/wrappedunwind.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrapped/wrappedunwind.c b/src/wrapped/wrappedunwind.c
index ba503be2..c0aeba37 100644
--- a/src/wrapped/wrappedunwind.c
+++ b/src/wrapped/wrappedunwind.c
@@ -36,7 +36,7 @@ EXPORT int my__ULx86_64_init_local(x64emu_t* emu, void* cursor, void* ctx) {
 
 #define PRE_INIT                                                \
     if(1)                                                       \
-        lib->priv.w.lib = dlopen(NULL, RTLD_LAZY | RTLD_GLOBAL);\
+        lib->w.lib = dlopen(NULL, RTLD_LAZY | RTLD_GLOBAL);\
     else