about summary refs log tree commit diff stats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rwxr-xr-xsrc/include/elfloader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/elfloader.h b/src/include/elfloader.h
index d8caa27b..2046865d 100755
--- a/src/include/elfloader.h
+++ b/src/include/elfloader.h
@@ -53,7 +53,7 @@ int ReloadElfMemory(FILE* f, box64context_t* context, elfheader_t* head);
 //void ResetSpecialCaseMainElf(elfheader_t* h);
 //void CreateMemorymapFile(box64context_t* context, int fd);
 
-//int ElfCheckIfUseTCMallocMinimal(elfheader_t* h);   // return 1 if tcmalloc is used
+int ElfCheckIfUseTCMallocMinimal(elfheader_t* h);   // return 1 if tcmalloc is used
 
 
 #endif //__ELF_LOADER_H_
\ No newline at end of file