Add 14 (page fault) to named exceptions.
authorBen Pfaff <blp@cs.stanford.edu>
Thu, 14 Oct 2004 04:22:51 +0000 (04:22 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Thu, 14 Oct 2004 04:22:51 +0000 (04:22 +0000)
(Why wasn't this here before?)

src/threads/interrupt.c

index 3637b0013edd9c92f347f23f60e230ec00efcfbc..c886cc9d709ab71a3c4bc870eb758ea92321b1a5 100644 (file)
@@ -118,6 +118,7 @@ intr_init (void)
   intr_names[11] = "#NP Segment Not Present";
   intr_names[12] = "#SS Stack Fault Exception";
   intr_names[13] = "#GP General Protection Exception";
+  intr_names[14] = "#PF Page-Fault Exception";
   intr_names[16] = "#MF x87 FPU Floating-Point Error";
   intr_names[17] = "#AC Alignment Check Exception";
   intr_names[18] = "#MC Machine-Check Exception";