Revision 3a7f009a target-ppc/op_helper.c

b/target-ppc/op_helper.c
86 86
    return cpu_ppc_load_atbu(env);
87 87
}
88 88

  
89
#if defined(TARGET_PPC64) && !defined(CONFIG_USER_ONLY)
90
target_ulong helper_load_purr (void)
91
{
92
    return (target_ulong)cpu_ppc_load_purr(env);
93
}
94
#endif
95

  
89 96
target_ulong helper_load_601_rtcl (void)
90 97
{
91 98
    return cpu_ppc601_load_rtcl(env);

Also available in: Unified diff