Revision 10eb0cc0 target-alpha/exec.h

b/target-alpha/exec.h
53 53
    return EXCP_HALTED;
54 54
}
55 55

  
56
static inline void cpu_pc_from_tb(CPUState *env, TranslationBlock *tb)
57
{
58
    env->pc = tb->pc;
59
}
60

  
56 61
#endif /* !defined (__ALPHA_EXEC_H__) */

Also available in: Unified diff