]> Git Repo - qemu.git/commit
target-s390: Tidy s->op_cc handling
authorRichard Henderson <[email protected]>
Thu, 6 Sep 2012 00:28:17 +0000 (17:28 -0700)
committerRichard Henderson <[email protected]>
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 <[email protected]>
target-s390x/translate.c
This page took 0.024243 seconds and 4 git commands to generate.