summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--target/s390x/translate.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/s390x/translate.c b/target/s390x/translate.c
index 19276cc063..3a0a3ee519 100644
--- a/target/s390x/translate.c
+++ b/target/s390x/translate.c
@@ -3406,6 +3406,7 @@ static ExitStatus op_sigp(DisasContext *s, DisasOps *o)
     check_privileged(s);
     potential_page_fault(s);
     gen_helper_sigp(cc_op, cpu_env, o->in2, r1, o->in1);
+    set_cc_static(s);
     tcg_temp_free_i32(r1);
     return NO_EXIT;
 }