]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Restore %ebx properly instead of restoring %edx twice.
authorTom Hughes <tom@compton.nu>
Fri, 26 Aug 2005 09:57:17 +0000 (09:57 +0000)
committerTom Hughes <tom@compton.nu>
Fri, 26 Aug 2005 09:57:17 +0000 (09:57 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4524

none/tests/x86/cmpxchg8b.c

index 6e252f1ce17517c894a9a4b0323eb2bae21111cf..6f5b6eb8722fb1169e4a5c45aa939d9b0380b98f 100644 (file)
@@ -37,7 +37,7 @@ asm("\n"
 
     "\tpopl %edx\n"
     "\tpopl %ecx\n"
-    "\tpopl %edx\n"
+    "\tpopl %ebx\n"
     "\tpopl %eax\n"
     "\tret\n"
     );