X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=cpu%2Fsh2%2Fsh2.c;h=f0bd90797715c5b5cf2cd0fe9ea62efb9696902b;hb=e05b81fc5b3f640496795ced5d893ece4cc51c2d;hp=d8d82ed2004c8de5866eed5561984bf10342270a;hpb=efd100fc0a1426202abd2dd2cb1e3ed18bf4440d;p=picodrive.git diff --git a/cpu/sh2/sh2.c b/cpu/sh2/sh2.c index d8d82ed..f0bd907 100644 --- a/cpu/sh2/sh2.c +++ b/cpu/sh2/sh2.c @@ -36,8 +36,6 @@ void sh2_reset(SH2 *sh2) void sh2_do_irq(SH2 *sh2, int level, int vector) { - sh2->irq_callback(sh2->is_slave, level); - sh2->r[15] -= 4; p32x_sh2_write32(sh2->r[15], sh2->sr, sh2); /* push SR onto stack */ sh2->r[15] -= 4;