Chromium Code Reviews| 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 |
| } |