aboutsummaryrefslogtreecommitdiff
path: root/callgrind
diff options
context:
space:
mode:
authorflorian <florian@a5019735-40e9-0310-863c-91ae7b9d1cf9>2014-09-24 12:06:55 +0000
committerflorian <florian@a5019735-40e9-0310-863c-91ae7b9d1cf9>2014-09-24 12:06:55 +0000
commit3c0c94777f547bcb5eadbe8cb4328debf0f51875 (patch)
tree35eaf8eb032cf4d7b855f881d613a77542284b1d /callgrind
parenta5c9af60186888ae5bbd92e0a3e38cfd9687418a (diff)
downloadvalgrind-3c0c94777f547bcb5eadbe8cb4328debf0f51875.tar.gz
Ripple from constifying parameters of instrumentation functions and
callbacks from VexTranslateArgs. See VEX r2958. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14564 a5019735-40e9-0310-863c-91ae7b9d1cf9
Diffstat (limited to 'callgrind')
-rw-r--r--callgrind/main.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/callgrind/main.c b/callgrind/main.c
index 5562c9edf..86a93385d 100644
--- a/callgrind/main.c
+++ b/callgrind/main.c
@@ -950,10 +950,10 @@ void addBBSetupCall(ClgState* clgs)
static
IRSB* CLG_(instrument)( VgCallbackClosure* closure,
- IRSB* sbIn,
- VexGuestLayout* layout,
- VexGuestExtents* vge,
- VexArchInfo* archinfo_host,
+ IRSB* sbIn,
+ const VexGuestLayout* layout,
+ const VexGuestExtents* vge,
+ const VexArchInfo* archinfo_host,
IRType gWordTy, IRType hWordTy )
{
Int i;