Fix type.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14250 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/coregrind/pub_core_ume.h b/coregrind/pub_core_ume.h
index b68c350..937778f 100644
--- a/coregrind/pub_core_ume.h
+++ b/coregrind/pub_core_ume.h
@@ -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