]> git.proxmox.com Git - qemu.git/commit
target-s390: Tidy s->op_cc handling
authorRichard Henderson <rth@twiddle.net>
Thu, 6 Sep 2012 00:28:17 +0000 (17:28 -0700)
committerRichard Henderson <rth@twiddle.net>
Sat, 5 Jan 2013 20:18:44 +0000 (12:18 -0800)
commit7a6c7067f034c5b887cda5e45ef660fe50ebbd1b
treeb60af3805d87e967b7728acb258ab9c54a566329
parent2cf5e350c4f7ec08aab5d70193310c721b8179e9
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>
target-s390x/translate.c