summaryrefslogtreecommitdiff
path: root/stackless_coroutine.c
diff options
context:
space:
mode:
Diffstat (limited to 'stackless_coroutine.c')
-rwxr-xr-xstackless_coroutine.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stackless_coroutine.c b/stackless_coroutine.c
index d819f35..cbd02f9 100755
--- a/stackless_coroutine.c
+++ b/stackless_coroutine.c
@@ -25,7 +25,7 @@ gcc \
./$BIN $@
STATUS=$?
rm -f $BIN
-exit $? # */
+exit $STATUS # */
#endif
// ================================================================