Revision 10eb0cc0 target-s390x/cpu.h

b/target-s390x/cpu.h
123 123
#define EXCP_ADDR 5 /* addressing exception */
124 124
#define EXCP_EXECUTE_SVC 0xff00000 /* supervisor call via execute insn */
125 125

  
126
static inline void cpu_pc_from_tb(CPUState *env, TranslationBlock* tb)
127
{
128
    env->psw.addr = tb->pc;
129
}
130

  
131 126
static inline void cpu_get_tb_cpu_state(CPUState* env, target_ulong *pc,
132 127
                                        target_ulong *cs_base, int *flags)
133 128
{

Also available in: Unified diff