Revision 825c69ce target-sh4/op.c

b/target-sh4/op.c
592 592
    RETURN();
593 593
}
594 594

  
595
void OPPROTO op_tasb_rN(void)
596
{
597
    cond_t((env->gregs[PARAM1] & 0xff) == 0);
598
    *(int8_t *) &env->gregs[PARAM1] |= 0x80;
599
    RETURN();
600
}
601

  
602 595
void OPPROTO op_movl_T0_rN(void)
603 596
{
604 597
    env->gregs[PARAM1] = T0;

Also available in: Unified diff