summaryrefslogtreecommitdiff
path: root/coro.h
diff options
context:
space:
mode:
authorroot <root>2011-05-30 02:32:06 +0000
committerroot <root>2011-05-30 02:32:06 +0000
commit5ebaff033d86feaa7ef3df94e8f72259e0340c80 (patch)
treec0f8b004cfd1a3b455ffd72978474ba5964d33fa /coro.h
parent4629f0317532027f90b394ef51f76df36050f39e (diff)
*** empty log message ***
Diffstat (limited to 'coro.h')
-rw-r--r--coro.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/coro.h b/coro.h
index a4c8b0b..2f80ee6 100644
--- a/coro.h
+++ b/coro.h
@@ -71,6 +71,7 @@
* 2009-06-23 tentative win32-backend support for mingw32 (Yasuhiro Matsumoto).
* 2010-12-03 tentative support for uclibc (which lacks all sorts of things).
* 2011-05-30 set initial callee-saved-registers to zero with CORO_ASM.
+ * use .cfi_undefined rip on linux-elf for better backtraces.
*/
#ifndef CORO_H