about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedcrashhandler.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrapped/wrappedcrashhandler.c')
-rw-r--r--src/wrapped/wrappedcrashhandler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrapped/wrappedcrashhandler.c b/src/wrapped/wrappedcrashhandler.c
index fe0840bc..603d18d2 100644
--- a/src/wrapped/wrappedcrashhandler.c
+++ b/src/wrapped/wrappedcrashhandler.c
@@ -21,7 +21,7 @@ const char* crashhandlerName = "crashhandler.so";
 #define LIBNAME crashhandler
 
 #define PRE_INIT                                                \
-    if(!box64_dummy_crashhandler)                               \
+    if(!BOX64ENV(dummy_crashhandler))                           \
         return -1;                                              \
     if(1)                                                       \
         lib->w.lib = dlopen(NULL, RTLD_LAZY | RTLD_GLOBAL);\