X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fthreads%2Finterrupt.c;h=3e522280a5b76ea5baae93e5daf8ecd4746b0028;hb=251b51f76f0594460e1cfbf2c05576fb445b861b;hp=380544a1779e6a75a2e08baa8b81ceb5ad68c67e;hpb=c9613f4d1fd208911409de6f82b430e5f9a595ae;p=pintos-anon diff --git a/src/threads/interrupt.c b/src/threads/interrupt.c index 380544a..3e52228 100644 --- a/src/threads/interrupt.c +++ b/src/threads/interrupt.c @@ -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) {