commit | 7834cbd5d8a0e61db14339910d2223a3e59d7efc | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon May 14 18:25:16 2012 -0700 |
committer | Elliott Hughes <enh@google.com> | Mon May 14 18:25:16 2012 -0700 |
tree | 9b3d08603051c47f603f3633a4c6827ac43d88a4 | |
parent | e4c2ccceb57114d6745b74f18d8748591692b532 [diff] [blame] |
Consistently use __asm__ rather than asm. For grepability. Change-Id: Iae46e1684695eb42cfc1267b744d0442acbbfe25
diff --git a/src/oat/runtime/x86/context_x86.cc b/src/oat/runtime/x86/context_x86.cc index d6f45da..412b655 100644 --- a/src/oat/runtime/x86/context_x86.cc +++ b/src/oat/runtime/x86/context_x86.cc
@@ -63,7 +63,7 @@ // correct delivery instruction. gprs_[ESP] -= 4; *(reinterpret_cast<uintptr_t*>(gprs_[ESP])) = eip_; - asm volatile( + __asm__ __volatile__( "pushl %4\n\t" "pushl %0\n\t" "pushl %1\n\t"