From: Florian Krohm Date: Sun, 17 Jul 2011 14:16:41 +0000 (+0000) Subject: Update a FIXME. Should have been included in r2174 X-Git-Tag: svn/VALGRIND_3_7_0^2~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24fd691c7409259a89beadaa37a9df376efa3bbd;p=thirdparty%2Fvalgrind.git Update a FIXME. Should have been included in r2174 git-svn-id: svn://svn.valgrind.org/vex/trunk@2175 --- diff --git a/VEX/priv/guest_s390_toIR.c b/VEX/priv/guest_s390_toIR.c index 98ecaa3f52..bf7ddc6ccb 100644 --- a/VEX/priv/guest_s390_toIR.c +++ b/VEX/priv/guest_s390_toIR.c @@ -13045,8 +13045,8 @@ disInstr_S390_WRK(UChar *insn, Bool (*resteerOkFn)(void *, Addr64), dres.len = insn_length; dres.continueAt = 0; - /* fixs390: we should probably pass the resteer-function and the callback - data. It's not needed for correctness but improves performance. */ + /* fixs390: consider chasing of conditional jumps */ + resteer_fn = resteerOkFn; resteer_data = callback_data;