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

Unified Diff: tests/gdb/gdb_test_guest.c

Issue 639113003: Add nacl-clang testing to SCons (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: 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
Index: tests/gdb/gdb_test_guest.c
diff --git a/tests/gdb/gdb_test_guest.c b/tests/gdb/gdb_test_guest.c
index f4910b1f857e6a8ce3a5ac4380f5521f639dbe5b..a7f247e35f635f2373ee5f0941f100cc5ac03a33 100644
--- a/tests/gdb/gdb_test_guest.c
+++ b/tests/gdb/gdb_test_guest.c
@@ -106,7 +106,7 @@ void mmap_breakpoint(void) {
void ret_sequence(void) {
#if defined(__i386__)
- asm(
+ __asm__(
".globl ret_start\n"
".globl ret_end\n"
".align 32\n"
@@ -114,7 +114,7 @@ void ret_sequence(void) {
"naclret\n"
"ret_end:\n");
#elif defined(__x86_64__)
- asm(
+ __asm__(
".globl ret_start\n"
".globl ret_end\n"
".align 32\n"

Powered by Google App Engine
This is Rietveld 408576698