Revision 10eb0cc0 target-s390x/exec.h

b/target-s390x/exec.h
45 45
    }
46 46
    return EXCP_HALTED;
47 47
}
48

  
49
static inline void cpu_pc_from_tb(CPUState *env, TranslationBlock* tb)
50
{
51
    env->psw.addr = tb->pc;
52
}
53

  

Also available in: Unified diff