diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2022-03-07 15:08:35 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2022-03-07 15:08:35 +0100 |
| commit | 726af707ebe92f0f1a98ea985343f6641fa45ba8 (patch) | |
| tree | ea5fc90f992cc88c8a126c3143fde42d6fcdd0bc | |
| parent | 0b37d4aac24518623d5a697ec0914961f827853f (diff) | |
| download | box64-726af707ebe92f0f1a98ea985343f6641fa45ba8.tar.gz box64-726af707ebe92f0f1a98ea985343f6641fa45ba8.zip | |
Removed a debug leftover
| -rw-r--r-- | src/custommem.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/custommem.c b/src/custommem.c index 843532bb..4d4ab240 100644 --- a/src/custommem.c +++ b/src/custommem.c @@ -940,7 +940,6 @@ void allocProtection(uintptr_t addr, size_t size, uint32_t prot) void loadProtectionFromMap() { -printf_log(LOG_INFO, "loadProtectionFromMap(), mapclean=%d\n", box64_mapclean); if(box64_mapclean) return; char buf[500]; |