X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=blobdiff_plain;f=src%2Fthreads%2Fintr-stubs.S;h=334d8ccb0f78d9ca1124472056171799b2f9024e;hp=b34c142a59625b0ccbc5fe3cf9616da95deb4a57;hb=13bc50213bc87981f67ceabd7a623e05917fd09d;hpb=854aa042a0e960f142cb15ecca8177ee01c3f927 diff --git a/src/threads/intr-stubs.S b/src/threads/intr-stubs.S index b34c142..334d8cc 100644 --- a/src/threads/intr-stubs.S +++ b/src/threads/intr-stubs.S @@ -44,7 +44,7 @@ intr_entry: stack, and returns to the caller. This is a separate function because it is called directly when - we launch a new user process (see execute_thread() in + we launch a new user process (see start_process() in userprog/process.c). */ .globl intr_exit .func intr_exit