ekiga r7337 - in branches/gnome-2-24: . lib/pixops



Author: dsandras
Date: Wed Nov 12 20:44:59 2008
New Revision: 7337
URL: http://svn.gnome.org/viewvc/ekiga?rev=7337&view=rev

Log:
Fixed compilation problems thanks to David Sainty
<David.Sainty dtsp.co.nz> and Eugen Dedu.


Modified:
   branches/gnome-2-24/ChangeLog
   branches/gnome-2-24/lib/pixops/composite_line_22_4a4_mmx.S
   branches/gnome-2-24/lib/pixops/have_mmx.S

Modified: branches/gnome-2-24/lib/pixops/composite_line_22_4a4_mmx.S
==============================================================================
--- branches/gnome-2-24/lib/pixops/composite_line_22_4a4_mmx.S	(original)
+++ branches/gnome-2-24/lib/pixops/composite_line_22_4a4_mmx.S	Wed Nov 12 20:44:59 2008
@@ -189,8 +189,8 @@
 
 	shll $2, %edx
 
-#	%mm4 will always be already clear here	
-#	pxor %mm4, %mm4
+/*	%mm4 will always be already clear here	
+	pxor %mm4, %mm4 */
 
 	movl 16(%ebp),%edi
 	movl (%edi, %edx), %eax

Modified: branches/gnome-2-24/lib/pixops/have_mmx.S
==============================================================================
--- branches/gnome-2-24/lib/pixops/have_mmx.S	(original)
+++ branches/gnome-2-24/lib/pixops/have_mmx.S	Wed Nov 12 20:44:59 2008
@@ -42,7 +42,7 @@
 	
 	push	%ebx
 
-# Check if bit 21 in flags word is writeable
+/* Check if bit 21 in flags word is writeable */
 
 	pushfl	
 	popl	%eax
@@ -57,7 +57,7 @@
 
 	je .notfound
 
-# OK, we have CPUID
+/* OK, we have CPUID */
 
 	movl	$1, %eax
 	cpuid



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]