diff options
author | Mitya Selivanov <automainint@guattari.tech> | 2025-02-09 07:16:49 +0100 |
---|---|---|
committer | Mitya Selivanov <automainint@guattari.tech> | 2025-02-09 07:16:49 +0100 |
commit | b7b092a08dd3a61abcd7f9daabfc21fd3a392fa9 (patch) | |
tree | 6aac5e00d5c7c2bd60df11e2ea63a03a8c45c598 /stackless_coroutine.c | |
parent | 27b4343c2a7e2583881485a5ac667894fec729f0 (diff) | |
download | reduced_system_layer-b7b092a08dd3a61abcd7f9daabfc21fd3a392fa9.zip |
Naming; blake2b hash; allocator
Diffstat (limited to 'stackless_coroutine.c')
-rwxr-xr-x | stackless_coroutine.c | 2 |
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 // ================================================================ |