about summary refs log tree commit diff stats
path: root/src/include
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-03-03 16:47:44 +0100
committerptitSeb <sebastien.chev@gmail.com>2021-03-03 16:47:44 +0100
commit5fe45a93414b32883ed9d34e25272e764219b2d1 (patch)
tree346804b38249c11a6d3f0915d61185516cae3d29 /src/include
parentf4829a8ce42b1abbcc8621802d6c6fad3a56cd5d (diff)
downloadbox64-5fe45a93414b32883ed9d34e25272e764219b2d1.tar.gz
box64-5fe45a93414b32883ed9d34e25272e764219b2d1.zip
Add symbols from main elf to maplib
Diffstat (limited to 'src/include')
-rwxr-xr-xsrc/include/box64context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/box64context.h b/src/include/box64context.h
index c9c25bf3..ed8cd118 100755
--- a/src/include/box64context.h
+++ b/src/include/box64context.h
@@ -62,7 +62,7 @@ typedef struct box64context_s {
 
     path_collection_t   box64_emulated_libs;    // Collection of libs that should not be wrapped
 
-    int                 x86trace;
+    int                 x64trace;
     int                 trace_tid;
 
     uint32_t            sel_serial;     // will be increment each time selectors changes