diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-03-03 16:47:44 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-03-03 16:47:44 +0100 |
| commit | 5fe45a93414b32883ed9d34e25272e764219b2d1 (patch) | |
| tree | 346804b38249c11a6d3f0915d61185516cae3d29 /src/include | |
| parent | f4829a8ce42b1abbcc8621802d6c6fad3a56cd5d (diff) | |
| download | box64-5fe45a93414b32883ed9d34e25272e764219b2d1.tar.gz box64-5fe45a93414b32883ed9d34e25272e764219b2d1.zip | |
Add symbols from main elf to maplib
Diffstat (limited to 'src/include')
| -rwxr-xr-x | src/include/box64context.h | 2 |
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 |