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

Unified Diff: tests/threads/race_test.c

Issue 639113003: Add nacl-clang testing to SCons (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: ncbray comment Created 6 years, 2 months 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
« no previous file with comments | « tests/stubout_mode/nacl.scons ('k') | tests/toolchain/nacl.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/threads/race_test.c
diff --git a/tests/threads/race_test.c b/tests/threads/race_test.c
index 8fdd1fe6167bd9039ad60599afe995c4ffdbebf1..c4f875866f781942071ea9bc07c5090ec617c856 100644
--- a/tests/threads/race_test.c
+++ b/tests/threads/race_test.c
@@ -52,7 +52,7 @@ NOINLINE void break_optimization(void) {
volatile int foo;
foo = 0;
#else
- asm volatile ("");
+ __asm__ volatile ("");
#endif
}
« no previous file with comments | « tests/stubout_mode/nacl.scons ('k') | tests/toolchain/nacl.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698