Sophie

Sophie

distrib > Mageia > 2 > x86_64 > by-pkgid > 3937c9b2426a84892928923d0e2be623 > files > 6

valgrind-3.7.0-1.mga2.src.rpm

--- valgrind-3.7.0/coregrind/m_syswrap/syswrap-linux.c.orig	2011-11-25 15:32:18.861292603 -0200
+++ valgrind-3.7.0/coregrind/m_syswrap/syswrap-linux.c	2011-11-25 17:20:23.111290006 -0200
@@ -206,7 +206,6 @@ static void run_a_thread_NORETURN ( Word
          "int	$0x80\n"	/* exit(tst->os_state.exitcode) */
          : "=m" (tst->status)
          : "n" (VgTs_Empty), "n" (__NR_exit), "m" (tst->os_state.exitcode)
-         : "eax", "ebx"
       );
 #elif defined(VGP_amd64_linux)
       asm volatile (