|
From: <sv...@va...> - 2011-07-17 14:21:36
|
Author: florian
Date: 2011-07-17 15:16:41 +0100 (Sun, 17 Jul 2011)
New Revision: 2175
Log:
Update a FIXME. Should have been included in r2174
Modified:
trunk/priv/guest_s390_toIR.c
Modified: trunk/priv/guest_s390_toIR.c
===================================================================
--- trunk/priv/guest_s390_toIR.c 2011-07-16 02:11:50 UTC (rev 2174)
+++ trunk/priv/guest_s390_toIR.c 2011-07-17 14:16:41 UTC (rev 2175)
@@ -13045,8 +13045,8 @@
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;
|