about summary refs log tree commit diff stats
path: root/src/include/elfloader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/elfloader.h')
-rwxr-xr-xsrc/include/elfloader.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/elfloader.h b/src/include/elfloader.h
index 2046865d..28ce4844 100755
--- a/src/include/elfloader.h
+++ b/src/include/elfloader.h
@@ -26,9 +26,9 @@ int LoadElfMemory(FILE* f, box64context_t* context, elfheader_t* head);
 int ReloadElfMemory(FILE* f, box64context_t* context, elfheader_t* head);
 //int RelocateElf(lib_t *maplib, lib_t* local_maplib, elfheader_t* head);
 //int RelocateElfPlt(lib_t *maplib, lib_t* local_maplib, elfheader_t* head);
-//void CalcStack(elfheader_t* h, uint32_t* stacksz, int* stackalign);
+void CalcStack(elfheader_t* h, uint32_t* stacksz, int* stackalign);
 //uintptr_t GetEntryPoint(lib_t* maplib, elfheader_t* h);
-//uintptr_t GetLastByte(elfheader_t* h);
+uintptr_t GetLastByte(elfheader_t* h);
 //void AddSymbols(lib_t *maplib, kh_mapsymbols_t* mapsymbols, kh_mapsymbols_t* weaksymbols, kh_mapsymbols_t* localsymbols, elfheader_t* h);
 //int LoadNeededLibs(elfheader_t* h, lib_t *maplib, needed_libs_t* neededlibs, int local, box64context_t *box86, x86emu_t* emu);
 //uintptr_t GetElfInit(elfheader_t* h);