More Char/HChar fixes and constification.
[ambi/valgrind.git] / callgrind / global.h
index 1ed0b2fdba8955dd8a37ee3b987ee2966bf0767a..e51f2108eebb96586d5119287fcae578f19c7aa9 100644 (file)
@@ -660,7 +660,7 @@ struct cachesim_if
     Bool (*parse_opt)(Char* arg);
     void (*post_clo_init)(void);
     void (*clear)(void);
-    void (*getdesc)(Char* buf);
+    void (*getdesc)(HChar* buf);
     void (*printstat)(Int,Int,Int);
     void (*add_icost)(SimCost, BBCC*, InstrInfo*, ULong);
     void (*finish)(void);