]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix type.
authorFlorian Krohm <florian@eich-krohm.de>
Sat, 9 Aug 2014 16:55:59 +0000 (16:55 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Sat, 9 Aug 2014 16:55:59 +0000 (16:55 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14250

coregrind/pub_core_ume.h

index b68c35072fbf017214682f882085c7b40363be9e..937778f06d625e0f901f34b23cba6a2db2c3b356 100644 (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