Revision 7c9bde45

b/target-alpha/cpu.h
411 411
int cpu_alpha_mtpr (CPUState *env, int iprn, uint64_t val, uint64_t *oldvalp);
412 412
void cpu_loop_exit (void);
413 413
void pal_init (CPUState *env);
414
#if !defined (CONFIG_USER_ONLY)
415
void call_pal (CPUState *env);
416
#else
414 417
void call_pal (CPUState *env, int palcode);
418
#endif
415 419

  
416 420
#define CPU_PC_FROM_TB(env, tb) env->pc = tb->pc
417 421

  

Also available in: Unified diff