Char/HChar fixes for lackey.
authorflorian <florian@a5019735-40e9-0310-863c-91ae7b9d1cf9>
Sat, 20 Oct 2012 19:30:54 +0000 (19:30 +0000)
committerflorian <florian@a5019735-40e9-0310-863c-91ae7b9d1cf9>
Sat, 20 Oct 2012 19:30:54 +0000 (19:30 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13062 a5019735-40e9-0310-863c-91ae7b9d1cf9

lackey/lk_main.c

index b3eef06a4abdd4c0d8aa2cf85574a174764642ae..98f824e3b9cb2daf370ccec0d0deac6fe5de71ce 100644 (file)
@@ -192,7 +192,7 @@ static Bool clo_trace_sbs       = False;
 /* The name of the function of which the number of calls (under
  * --basic-counts=yes) is to be counted, with default. Override with command
  * line option --fnname. */
-static Char* clo_fnname = "main";
+static HChar* clo_fnname = "main";
 
 static Bool lk_process_cmd_line_option(Char* arg)
 {
@@ -467,7 +467,7 @@ static VG_REGPARM(2) void trace_modify(Addr addr, SizeT size)
 static void flushEvents(IRSB* sb)
 {
    Int        i;
-   Char*      helperName;
+   HChar*     helperName;
    void*      helperAddr;
    IRExpr**   argv;
    IRDirty*   di;