]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Update a FIXME. Should have been included in r2174
authorFlorian Krohm <florian@eich-krohm.de>
Sun, 17 Jul 2011 14:16:41 +0000 (14:16 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Sun, 17 Jul 2011 14:16:41 +0000 (14:16 +0000)
git-svn-id: svn://svn.valgrind.org/vex/trunk@2175

VEX/priv/guest_s390_toIR.c

index 98ecaa3f52546ac59e2d0f4cbc9688acaefd270b..bf7ddc6ccbe627cfccc1ce642280657fe2fece60 100644 (file)
@@ -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;