sync before write hcca_SRC? else just peanuts
[ppcskel.git] / irq.c
diff --git a/irq.c b/irq.c
index fad24848b1ca26813e7e4c933ddd02b73679e366..c37240c1fa401107ef5717fa021056b0cca0527a 100644 (file)
--- a/irq.c
+++ b/irq.c
@@ -115,8 +115,8 @@ void irq_handler(void)
                        write32(HW_PPCIRQFLAG, IRQF_OHCI0);
                }
                if (hw_flags & IRQF_OHCI1) {
-                       write32(HW_PPCIRQFLAG, IRQF_OHCI1);
                        //TODO: ohci1_irq();
+                       write32(HW_PPCIRQFLAG, IRQF_OHCI1);
                }
 
                hw_flags &= ~IRQF_ALL;