Revision b711de95 target-ppc/op_helper.c

b/target-ppc/op_helper.c
78 78

  
79 79
target_ulong helper_load_atbl (void)
80 80
{
81
    return cpu_ppc_load_atbl(env);
81
    return (target_ulong)cpu_ppc_load_atbl(env);
82 82
}
83 83

  
84 84
target_ulong helper_load_atbu (void)

Also available in: Unified diff