Debug DbgBreakPoint and drop to GDB on program trap.
[reactos.git] / reactos / lib / ppcmmu / mmuobject.c
index cc8ab4c..e01fc80 100644 (file)
@@ -304,6 +304,9 @@ void initme()
     /* Serial Interrupt */
     callback[5] = SerialInterrupt;
 
+    /* Program Exception */
+    callback[6] = TakeException;
+
     /* Floating point exception */
     callback[8] = fpenable;