summaryrefslogtreecommitdiff
path: root/arith.h
diff options
context:
space:
mode:
authorrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-03-28 18:22:15 +0000
committerrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-03-28 18:22:15 +0000
commita1d0030c7d5f05d194c10a5d35dfffbf591bfc87 (patch)
treea9fd96443177bf57564984577c4e31fb025cb26d /arith.h
parentdacb67751eed011d939a8ea260d5be5db089b224 (diff)
suppress some warnings (issue #6814)
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@990 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'arith.h')
-rw-r--r--arith.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arith.h b/arith.h
index 96541c8..442f060 100644
--- a/arith.h
+++ b/arith.h
@@ -22,7 +22,7 @@ static inline void __ACSS(volatile short *dst, const short *src)
: "=r" (dst)
: "r" (src), "0" (dst)
: "memory"
-#if CLOBBERMMX
+#ifdef CLOBBERMMX
, "%mm0", "%mm1", "%mm2", "%mm3"
#endif
);
@@ -42,7 +42,7 @@ static inline void __SCSS(volatile short *dst, const short *src)
: "=r" (dst)
: "r" (src), "0" (dst)
: "memory"
-#if CLOBBERMMX
+#ifdef CLOBBERMMX
, "%mm0", "%mm1", "%mm2", "%mm3"
#endif
);