summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-games/ode/files/ode-0.5-PIC.patch')
-rw-r--r--dev-games/ode/files/ode-0.5-PIC.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-games/ode/files/ode-0.5-PIC.patch b/dev-games/ode/files/ode-0.5-PIC.patch
index b3c1dcf9605c..01c2fcbeb8e4 100644
--- a/dev-games/ode/files/ode-0.5-PIC.patch
+++ b/dev-games/ode/files/ode-0.5-PIC.patch
@@ -11,8 +11,8 @@ http://bugs.gentoo.org/77079
+ "mov %%ebx,%%edi\n"
"mov $0,%%eax\n"
"cpuid\n"
-- : : : "%eax","%ebx","%ecx","%edx","cc","memory");
+ "mov %%edi,%%ebx\n"
+- : : : "%eax","%ebx","%ecx","%edx","cc","memory");
+ : : : "%eax","%edi","%ecx","%edx","cc","memory");
}