Fix type.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14250
This commit is contained in:
Florian Krohm 2014-08-09 16:55:59 +00:00
parent 4662f1d8cc
commit bc99780978

View File

@ -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