Revision 10eb0cc0 target-ppc/cpu.h

b/target-ppc/cpu.h
1601 1601

  
1602 1602
/*****************************************************************************/
1603 1603

  
1604
static inline void cpu_pc_from_tb(CPUState *env, TranslationBlock *tb)
1605
{
1606
    env->nip = tb->pc;
1607
}
1608

  
1609 1604
static inline void cpu_get_tb_cpu_state(CPUState *env, target_ulong *pc,
1610 1605
                                        target_ulong *cs_base, int *flags)
1611 1606
{

Also available in: Unified diff