blob: 58f233022a0632bebcf3fce8170c056bc8090f76 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
$NetBSD: patch-ae,v 1.1 2010/11/23 13:05:22 he Exp $
This file is passed through the C preprocessor, so we have
to use C comments to acheive the desired effect, so that these
are not mis-interpreted as invalid C preprocessing directives.
--- gdk-pixbuf/pixops/composite_line_22_4a4_mmx.S.orig 2010-06-25 21:40:10.000000000 +0000
+++ gdk-pixbuf/pixops/composite_line_22_4a4_mmx.S
@@ -189,8 +189,8 @@ __pixops_composite_line_22_4a4_mmx:
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
|