From 89dcd2566bfa1ef93e740b568cbc3aa5c5409aa4 Mon Sep 17 00:00:00 2001 From: Yang Liu Date: Wed, 22 Jan 2025 17:29:21 +0800 Subject: Fixed various issues introduced in the env infra refactor (#2281) * Open trace file again after apply env files * dynrec_df=1 by default * more fixes * more fixes * more --- src/include/elfloader.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/include/elfloader.h') diff --git a/src/include/elfloader.h b/src/include/elfloader.h index cec7195d..969cb95b 100644 --- a/src/include/elfloader.h +++ b/src/include/elfloader.h @@ -69,9 +69,6 @@ int32_t GetTLSBase(elfheader_t* h); uint32_t GetTLSSize(elfheader_t* h); void* GetTLSPointer(box64context_t* context, elfheader_t* h); void* GetDTatOffset(box64context_t* context, unsigned long int index, unsigned long int offset); -#ifdef DYNAREC -dynablock_t* GetDynablocksFromAddress(box64context_t *context, uintptr_t addr); -#endif void ResetSpecialCaseMainElf(elfheader_t* h); void CreateMemorymapFile(box64context_t* context, int fd); void* GetDynamicSection(elfheader_t* h); -- cgit 1.4.1