mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
Fix type.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14250
This commit is contained in:
parent
4662f1d8cc
commit
bc99780978
@ -61,7 +61,7 @@ typedef
|
||||
Addr stack_end; // OUT: address of end of stack segment (cold)
|
||||
Addr text; // OUT: address of executable's Mach header
|
||||
Bool dynamic; // OUT: False iff executable is static
|
||||
char* executable_path; // OUT: path passed to execve()
|
||||
HChar* executable_path; // OUT: path passed to execve()
|
||||
#endif
|
||||
|
||||
Addr entry; // OUT: entrypoint in main executable
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user