commit | 7a6c7067f034c5b887cda5e45ef660fe50ebbd1b | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Wed Sep 05 17:28:17 2012 -0700 |
committer | Richard Henderson <rth@twiddle.net> | Sat Jan 05 12:18:44 2013 -0800 |
tree | b60af3805d87e967b7728acb258ab9c54a566329 | |
parent | 2cf5e350c4f7ec08aab5d70193310c721b8179e9 [diff] |
target-s390: Tidy s->op_cc handling There's no need to force computation of the true cc_op when taking an exception or single stepping. In either case we'll enter the next TB with s->cc_op = DYNAMIC and recompute anyway. Just make sure that s->cc_op is stored back to env->cc_op as needed. Delete some dead functions, avoid allocating unused TCG temps, drop the old s->is_jmp setting. Signed-off-by: Richard Henderson <rth@twiddle.net>