summaryrefslogtreecommitdiff
path: root/coro.c
diff options
context:
space:
mode:
authorroot <root>2011-05-30 02:46:52 +0000
committerroot <root>2011-05-30 02:46:52 +0000
commitdf58e6aa775328fefd52bc54b3229d66eae2755a (patch)
tree3a6d559b4fc2f5fad722601845d186fe7ed901f3 /coro.c
parent5ebaff033d86feaa7ef3df94e8f72259e0340c80 (diff)
*** empty log message ***
Diffstat (limited to 'coro.c')
-rw-r--r--coro.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/coro.c b/coro.c
index 3c157c8..39774e1 100644
--- a/coro.c
+++ b/coro.c
@@ -88,8 +88,8 @@ coro_init (void)
coro_transfer (new_coro, create_coro);
-#ifdef __linux && __elf
- /* we blindly assume on any __linux with __elf we have a new enough gas with .cfi_undefined support */
+#if __linux && __amd64
+ /* we blindly assume on any __linux with __amd64 we have a new enough gas with .cfi_undefined support */
asm (".cfi_undefined rip");
#endif