X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fthreads%2Finterrupt.c;fp=src%2Fthreads%2Finterrupt.c;h=c886cc9d709ab71a3c4bc870eb758ea92321b1a5;hb=24af9f543b0056d3d223d120b05d019477b7bd2e;hp=3637b0013edd9c92f347f23f60e230ec00efcfbc;hpb=168808b0c8526d902250c1b3901dbbe7826b2418;p=pintos-anon diff --git a/src/threads/interrupt.c b/src/threads/interrupt.c index 3637b00..c886cc9 100644 --- a/src/threads/interrupt.c +++ b/src/threads/interrupt.c @@ -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";