Revision c090a8f4 target-mips/op.c

b/target-mips/op.c
1374 1374

  
1375 1375
void op_mtc0_intctl (void)
1376 1376
{
1377
    /* vectored interrupts not implemented */
1378
    env->CP0_IntCtl = 0;
1377
    /* vectored interrupts not implemented, timer on int 7,
1378
       no performance counters. */
1379
    env->CP0_IntCtl |= T0 & 0x000002e0;
1379 1380
    RETURN();
1380 1381
}
1381 1382

  

Also available in: Unified diff