diff options
Diffstat (limited to 'src/elfs/elfloader.c')
| -rwxr-xr-x | src/elfs/elfloader.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/elfs/elfloader.c b/src/elfs/elfloader.c index 2283609e..072d780c 100755 --- a/src/elfs/elfloader.c +++ b/src/elfs/elfloader.c @@ -1178,6 +1178,7 @@ void* GetTLSPointer(box64context_t* context, elfheader_t* h) #ifdef DYNAREC dynablocklist_t* GetDynablocksFromAddress(box64context_t *context, uintptr_t addr) { + (void)context; // if we are here, the there is not block in standard "space" /*dynablocklist_t* ret = getDBFromAddress(addr); if(ret) { |