Revision 2e70f6ef target-ppc/cpu.h

b/target-ppc/cpu.h
697 697

  
698 698
/*****************************************************************************/
699 699
CPUPPCState *cpu_ppc_init (const char *cpu_model);
700
void ppc_translate_init(void);
700 701
int cpu_ppc_exec (CPUPPCState *s);
701 702
void cpu_ppc_close (CPUPPCState *s);
702 703
/* you can call this signal handler from your SIGBUS and SIGSEGV
......
833 834
}
834 835
#endif
835 836

  
837
#define CPU_PC_FROM_TB(env, tb) env->nip = tb->pc
838

  
836 839
#include "cpu-all.h"
837 840

  
838 841
/*****************************************************************************/

Also available in: Unified diff