Revision a73666f6 target-ppc/op.c

b/target-ppc/op.c
1998 1998
void OPPROTO op_check_reservation (void)
1999 1999
{
2000 2000
    if ((uint32_t)env->reserve == (uint32_t)(T0 & ~0x00000003))
2001
        env->reserve = -1;
2001
        env->reserve = (target_ulong)-1ULL;
2002 2002
    RETURN();
2003 2003
}
2004 2004

  

Also available in: Unified diff