Comments.
[pintos-anon] / src / threads / switch.h
index 07b805e963d67f642f26e714d91462ec43389a83..084a79454936a360cc548606d9ba6d8ce9940b59 100644 (file)
@@ -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);