]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Track Vex API changes.
authorJulian Seward <jseward@acm.org>
Sat, 6 Nov 2004 12:08:25 +0000 (12:08 +0000)
committerJulian Seward <jseward@acm.org>
Sat, 6 Nov 2004 12:08:25 +0000 (12:08 +0000)
git-svn-id: svn://svn.valgrind.org/vex/trunk@501

VEX/head20041019/addrcheck/ac_main.c
VEX/head20041019/lackey/lk_main.c

index 929970cc4ba20684e527c4b44b342531ac1760e3..3fd356a5173928e3987f0755ea32241065f6669b 100644 (file)
@@ -950,7 +950,7 @@ void ac_fpu_ACCESS_check_SLOWLY ( Addr addr, Int size, Bool isWrite )
 /*------------------------------------------------------------*/
 
 
-IRBB* SK_(instrument)(IRBB* bb_in, VexGuestLayout* layout)
+IRBB* SK_(instrument)(IRBB* bb_in, VexGuestLayout* layout, IRType hWordTy )
 {
    Int         i, hsz;
    IRStmt*     st;
index e6747872c0b60e580088a06eb08e222c6ee854fc..f577667f43e9a80d641a82bb9e183accc01cdb7d 100644 (file)
@@ -140,7 +140,7 @@ void SK_(post_clo_init)(void)
    Which gives us the right answer.  And just to avoid two C calls, we fold
    the basic-block-beginning call in with add_one_BB().  Phew.
 */ 
-IRBB* SK_(instrument)(IRBB* bb_in, VexGuestLayout* layout)
+IRBB* SK_(instrument)(IRBB* bb_in, VexGuestLayout* layout, IRType hWordTy )
 {
    IRDirty* di;
    Int      i;