From a4bc3afc09b27cca4adfc1500551cc9a36219edf Mon Sep 17 00:00:00 2001 From: ths Date: Sat, 31 Mar 2007 16:54:14 +0000 Subject: Malta CBUS UART support. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2557 c046a42c-6fe2-441c-8c8c-71466251a162 --- hw/mips_int.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/mips_int.c') diff --git a/hw/mips_int.c b/hw/mips_int.c index b384b64..ed489f1 100644 --- a/hw/mips_int.c +++ b/hw/mips_int.c @@ -27,7 +27,7 @@ void cpu_mips_irq_request(void *opaque, int irq, int level) if (level) { env->CP0_Cause |= 1 << (irq + CP0Ca_IP); } else { - env->CP0_Cause &= ~(1 << (irq +CP0Ca_IP)); + env->CP0_Cause &= ~(1 << (irq + CP0Ca_IP)); } cpu_mips_update_irq(env); } -- cgit v1.1