]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Comment-only change.
authorJulian Seward <jseward@acm.org>
Tue, 30 Nov 2004 11:18:57 +0000 (11:18 +0000)
committerJulian Seward <jseward@acm.org>
Tue, 30 Nov 2004 11:18:57 +0000 (11:18 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3155

coregrind/x86/dispatch.S

index 9ff1a234570612126322c624346a43f0379c8912..4e4c82700804e4e52fb8e0fa398111f5f0c2f921 100644 (file)
@@ -114,14 +114,9 @@ dispatch_boring:
           requested to the address in %eax.
        
           If ebp is unchanged (== * 28(%esp)), just jump next to %eax.
-        
-          If ebp == VG_EBP_JMP_SYSCALL, do a system call before 
-          continuing at eax.
-       
-          If ebp == VG_EBP_JMP_CLIENTREQ, do a client request before 
-          continuing at eax.
-       
-          If %ebp has any other value, we panic.
+
+          Otherwise fall out, back to the scheduler, and let it
+          figure out what to do next.
        */
 
        cmpl    28(%esp), %ebp