From bc99780978bf9266f9b0d130c488848c8cbf3da8 Mon Sep 17 00:00:00 2001 From: Florian Krohm Date: Sat, 9 Aug 2014 16:55:59 +0000 Subject: [PATCH] Fix type. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14250 --- coregrind/pub_core_ume.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coregrind/pub_core_ume.h b/coregrind/pub_core_ume.h index b68c35072f..937778f06d 100644 --- a/coregrind/pub_core_ume.h +++ b/coregrind/pub_core_ume.h @@ -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 -- 2.47.2