]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Track recent Vex change, in order to remove a compile warning.
authorNicholas Nethercote <njn@valgrind.org>
Thu, 24 Mar 2005 04:35:11 +0000 (04:35 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Thu, 24 Mar 2005 04:35:11 +0000 (04:35 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3419

coregrind/vg_translate.c

index af93e86d08796c41f2ba2b799f27541e00ac157c..d700173234aec3c71753a14d90a896b59f76d890 100644 (file)
@@ -56,7 +56,7 @@
 
 static
 IRBB* vg_SP_update_pass ( IRBB* bb_in, VexGuestLayout* layout, 
-                          IRType hWordTy )
+                          IRType gWordTy, IRType hWordTy )
 {
    Int      i, j, minoff_ST, maxoff_ST, sizeof_SP, offset_SP;
    IRDirty  *dcall, *d;