X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fthreads%2Fswitch.S;h=fe06d77f9be7480f84fff623008f435fd6cf0eae;hb=994aa9cbadb9bb822df3adfffad8de40997fc562;hp=c077e46d590202ef5156ab0d9084d1ea28e6afe2;hpb=edbf01ab5f8bca57472150a02543971da231eec1;p=pintos-anon diff --git a/src/threads/switch.S b/src/threads/switch.S index c077e46..fe06d77 100644 --- a/src/threads/switch.S +++ b/src/threads/switch.S @@ -34,7 +34,7 @@ switch_threads: .globl switch_entry switch_entry: - # Discard thread_switch() arguments. + # Discard switch_threads() arguments. addl $8, %esp # Call schedule_tail(prev).