Revision 679dee3c target-sh4/helper.c

b/target-sh4/helper.c
63 63
int cpu_sh4_is_cached(CPUSH4State * env, target_ulong addr)
64 64
{
65 65
    /* For user mode, only U0 area is cachable. */
66
    return !!(addr & 0x80000000);
66
    return !(addr & 0x80000000);
67 67
}
68 68

  
69 69
#else /* !CONFIG_USER_ONLY */

Also available in: Unified diff