X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fthreads%2Fintr-stubs.S;h=334d8ccb0f78d9ca1124472056171799b2f9024e;hb=500278652b3d3ec6ba08c150e749b65ca4a5d208;hp=b34c142a59625b0ccbc5fe3cf9616da95deb4a57;hpb=065b10b9ac42aa652b18c2b394ac5fe96b859655;p=pintos-anon 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