diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2022-03-07 14:14:07 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2022-03-07 14:14:07 +0100 |
| commit | 622baec9529bb261cd250c2c2b9768b75ee0530f (patch) | |
| tree | 45c313608b2e02fbe570a92b4113a855de25be27 /src/librarian/library.c | |
| parent | a326c821580ed2cd6665312a6d78696c5f6afcca (diff) | |
| download | box64-622baec9529bb261cd250c2c2b9768b75ee0530f.tar.gz box64-622baec9529bb261cd250c2c2b9768b75ee0530f.zip | |
Fix some special case on mmap64 wrapping
Diffstat (limited to 'src/librarian/library.c')
| -rwxr-xr-x | src/librarian/library.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librarian/library.c b/src/librarian/library.c index 4ed54096..85e4dfc3 100755 --- a/src/librarian/library.c +++ b/src/librarian/library.c @@ -198,7 +198,6 @@ static void initNativeLib(library_t *lib, box64context_t* context) { return; // non blocker... } printf_log(LOG_INFO, "Using native(wrapped) %s\n", lib->name); - box64_mapclean = 0; lib->priv.w.box64lib = context->box64lib; lib->context = context; lib->fini = wrappedlibs[i].fini; |