diff options
Diffstat (limited to 'src/include/x64emu.h')
| -rw-r--r-- | src/include/x64emu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/x64emu.h b/src/include/x64emu.h index e06620af..4b88f6ae 100644 --- a/src/include/x64emu.h +++ b/src/include/x64emu.h @@ -34,7 +34,6 @@ long double LD2localLD(void* ld); // long double (80bits pointer) -> long void LD2D(void* ld, void* d); // long double (80bits) -> double (64bits) void D2LD(void* d, void* ld); // double (64bits) -> long double (64bits) -int printFunctionAddr(uintptr_t nextaddr, const char* text); // 0 if nothing was found const char* getAddrFunctionName(uintptr_t addr); #endif //__X86EMU_H_ |