summaryrefslogtreecommitdiff
path: root/coro.h
diff options
context:
space:
mode:
authorroot <root>2008-11-05 01:54:34 +0000
committerroot <root>2008-11-05 01:54:34 +0000
commita042ff836732d4714dbe4a84ef1fbc060ba870f2 (patch)
tree551304d2207efdfb5774b49bf312067d5f66ecdc /coro.h
parentdcc2c81e80826ac63c4d2ed39a8892e04e543a77 (diff)
*** empty log message ***rel-4_804
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 a48fb8b..19dc3a0 100644
--- a/coro.h
+++ b/coro.h
@@ -57,6 +57,7 @@
* 2008-04-24 Reinstate CORO_LOSER (had wrong stack adjustments).
* 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.
*/
#ifndef CORO_H