Set up a frame pointer on interrupt entry, to improve backtraces of
[pintos-anon] / src / threads / interrupt.c
index 380544a1779e6a75a2e08baa8b81ceb5ad68c67e..3e522280a5b76ea5baae93e5daf8ecd4746b0028 100644 (file)
@@ -310,8 +310,8 @@ make_idtr_operand (uint16_t limit, void *base)
 
 /* Handler for all interrupts, faults, and exceptions.  This
    function is called by the assembly language interrupt stubs in
-   intr-stubs.S (see intr-stubs.pl).  FRAME describes the
-   interrupt and the interrupted thread's registers. */
+   intr-stubs.S.  FRAME describes the interrupt and the
+   interrupted thread's registers. */
 void
 intr_handler (struct intr_frame *frame) 
 {