summaryrefslogtreecommitdiffstats
path: root/target-s390x/exec.h
diff options
context:
space:
mode:
Diffstat (limited to 'target-s390x/exec.h')
-rw-r--r--target-s390x/exec.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/target-s390x/exec.h b/target-s390x/exec.h
index 837f853..bf3f264 100644
--- a/target-s390x/exec.h
+++ b/target-s390x/exec.h
@@ -45,3 +45,9 @@ static inline int cpu_halted(CPUState *env)
}
return EXCP_HALTED;
}
+
+static inline void cpu_pc_from_tb(CPUState *env, TranslationBlock* tb)
+{
+ env->psw.addr = tb->pc;
+}
+
OpenPOWER on IntegriCloud