about summary refs log tree commit diff stats
path: root/src/include
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2023-06-18 16:36:11 +0200
committerptitSeb <sebastien.chev@gmail.com>2023-06-18 16:36:11 +0200
commit9ca5e13d7f03d76bf06ad1baafb99e12cf053694 (patch)
treed7e758b6f84bc8a4bb83c893b68e7c92362c5ad6 /src/include
parente1825e0ff27d2f663d27aebcbd73dce617e985c6 (diff)
downloadbox64-9ca5e13d7f03d76bf06ad1baafb99e12cf053694.tar.gz
box64-9ca5e13d7f03d76bf06ad1baafb99e12cf053694.zip
[TRACE] Improve trace for 32bits part
Diffstat (limited to 'src/include')
-rwxr-xr-xsrc/include/x64emu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/x64emu.h b/src/include/x64emu.h
index e9ad201c..355c7fa1 100755
--- a/src/include/x64emu.h
+++ b/src/include/x64emu.h
@@ -58,7 +58,7 @@ 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)
 
-void printFunctionAddr(uintptr_t nextaddr, const char* text);
+int printFunctionAddr(uintptr_t nextaddr, const char* text); // 0 if nothing was found
 const char* getAddrFunctionName(uintptr_t addr);
 
 #endif //__X86EMU_H_
\ No newline at end of file