SOURCES: helixplayer-gcc.patch - asm disliked too

qboosh qboosh at pld-linux.org
Sun Jan 13 21:48:47 CET 2008


Author: qboosh                       Date: Sun Jan 13 20:48:47 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- asm disliked too

---- Files affected:
SOURCES:
   helixplayer-gcc.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/helixplayer-gcc.patch
diff -u SOURCES/helixplayer-gcc.patch:1.1 SOURCES/helixplayer-gcc.patch:1.2
--- SOURCES/helixplayer-gcc.patch:1.1	Sun Jan 13 20:45:23 2008
+++ SOURCES/helixplayer-gcc.patch	Sun Jan 13 21:48:41 2008
@@ -9,3 +9,14 @@
  class CHXFlatArray;
  _INTERFACE IHXPlayer;
  
+--- hxplay-1.0.9/audio/fixptutil/pub/math64.h.orig	2008-01-13 20:53:13.772120000 +0100
++++ hxplay-1.0.9/audio/fixptutil/pub/math64.h	2008-01-13 21:36:57.629645378 +0100
+@@ -152,7 +152,7 @@
+        memory, the second from from a register. Both return the result in eax,edx
+        and are commutative in the arguments, one of which needs to be in eax when we
+        start. */
+-    __asm__ volatile ("imull %3" : "=d,d" (z), "+a,a" (x): "%1,1" (x), "m,r" (y)) ;
++    __asm__ volatile ("imull %3" : "=d,d" (z), "+a,a" (x): "a,a" (x), "m,r" (y)) ;
+     return z ;
+ }
+ 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/helixplayer-gcc.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list