X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fthreads%2Fswitch.h;h=084a79454936a360cc548606d9ba6d8ce9940b59;hb=8963460220b9958398d0f18ff24fa73328bbb76b;hp=07b805e963d67f642f26e714d91462ec43389a83;hpb=6916b246f3be8c72d6e77fd98c4a1447fd2c1de7;p=pintos-anon diff --git a/src/threads/switch.h b/src/threads/switch.h index 07b805e..084a794 100644 --- a/src/threads/switch.h +++ b/src/threads/switch.h @@ -19,6 +19,7 @@ struct switch_threads_frame NEXT's context. */ struct thread *switch_threads (struct thread *cur, struct thread *next); +/* Stack frame for switch_entry(). */ struct switch_entry_frame { void (*eip) (void);