diff options
author | David Hildenbrand <david@redhat.com> | 2017-11-30 17:27:40 +0100 |
---|---|---|
committer | Cornelia Huck <cohuck@redhat.com> | 2017-12-14 17:56:54 +0100 |
commit | 8808338200fe3bb2b475fa7b6492b34c1d32fdd2 (patch) | |
tree | fcb96c08c0886d3bd3c99524901f97c7613c31c1 /target/s390x/translate.c | |
parent | 277b156d8dd4d54fa00997ef384d4503dd057479 (diff) |
s390x/tcg: use s390_program_interrupt() in per_check_exception()
We can now drop updating the cc.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: David Hildenbrand <david@redhat.com>
Message-Id: <20171130162744.25442-13-david@redhat.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
Diffstat (limited to 'target/s390x/translate.c')
-rw-r--r-- | target/s390x/translate.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/target/s390x/translate.c b/target/s390x/translate.c index cf8ffa217e..f26fa64a78 100644 --- a/target/s390x/translate.c +++ b/target/s390x/translate.c @@ -5837,9 +5837,6 @@ static ExitStatus translate_one(CPUS390XState *env, DisasContext *s) tcg_gen_movi_i64(psw_addr, s->next_pc); } - /* Save off cc. */ - update_cc_op(s); - /* Call the helper to check for a possible PER exception. */ gen_helper_per_check_exception(cpu_env); } |