summaryrefslogtreecommitdiff
path: root/coro.h
diff options
context:
space:
mode:
authorroot <root>2008-11-07 16:39:35 +0000
committerroot <root>2008-11-07 16:39:35 +0000
commit2acf5e290a218cd52e9d97247eadcb08889e55e6 (patch)
treec94043d56e9316f31f1aa279b0507934f67eee05 /coro.h
parenta042ff836732d4714dbe4a84ef1fbc060ba870f2 (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 19dc3a0..3fdd555 100644
--- a/coro.h
+++ b/coro.h
@@ -58,6 +58,7 @@
* 2008-10-30 Support assembly method on x86 with and without frame pointer.
* 2008-11-03 Use a global asm statement for CORO_ASM, idea by pippijn.
* 2008-11-05 Hopefully fix misaligned stacks with CORO_ASM/SETJMP.
+ * 2008-11-07 rbp wasn't saved in CORO_ASM on x86_64.
*/
#ifndef CORO_H