Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2449)

Unified Diff: asan/asan_clang_Darwin/lib/clang/3.1/include/xmmintrin.h

Issue 9034019: Roll the new ASan binaries for Mac OS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/
Patch Set: Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: asan/asan_clang_Darwin/lib/clang/3.1/include/xmmintrin.h
===================================================================
--- asan/asan_clang_Darwin/lib/clang/3.1/include/xmmintrin.h (revision 115959)
+++ asan/asan_clang_Darwin/lib/clang/3.1/include/xmmintrin.h (working copy)
@@ -664,7 +664,7 @@
/* FIXME: We have to #define this because "sel" must be a constant integer, and
Sema doesn't do any form of constant propagation yet. */
-#define _mm_prefetch(a, sel) (__builtin_prefetch((void *)(a), 0, sel))
+#define _mm_prefetch(a, sel) (__builtin_prefetch((void *)(a), 0, (sel)))
static __inline__ void __attribute__((__always_inline__, __nodebug__))
_mm_stream_pi(__m64 *p, __m64 a)

Powered by Google App Engine
This is Rietveld 408576698