|
From: <sv...@va...> - 2014-08-09 16:56:07
|
Author: florian
Date: Sat Aug 9 16:55:59 2014
New Revision: 14250
Log:
Fix type.
Modified:
trunk/coregrind/pub_core_ume.h
Modified: trunk/coregrind/pub_core_ume.h
==============================================================================
--- trunk/coregrind/pub_core_ume.h (original)
+++ trunk/coregrind/pub_core_ume.h Sat Aug 9 16:55:59 2014
@@ -61,7 +61,7 @@
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
|