| 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"
|
|
|