From: Julian Seward Date: Tue, 30 Nov 2004 11:18:57 +0000 (+0000) Subject: Comment-only change. X-Git-Tag: svn/VALGRIND_3_0_0~1163 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5f69115af95a27b59d3b4f5e010cc4ca013b2ca2;p=thirdparty%2Fvalgrind.git Comment-only change. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3155 --- diff --git a/coregrind/x86/dispatch.S b/coregrind/x86/dispatch.S index 9ff1a23457..4e4c827008 100644 --- a/coregrind/x86/dispatch.S +++ b/coregrind/x86/dispatch.S @@ -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