This commit is contained in:
cxy004 2021-08-16 07:25:50 +08:00
parent f19a8d5143
commit f8ebe01c7c

View File

@ -25,7 +25,7 @@
nop
mfc0 k1, CP0_STATUS
and k0, k0, k1
andi k1, k0, C_IRQ5
andi k1, k0, (1 << 30) | C_IRQ5
7:
beqz k1, 6f
andi k1, k0, C_IRQ4