From: fennecdjay Date: Wed, 3 Aug 2022 14:22:05 +0000 (+0200) Subject: :art: Add a check when returning a late value (update headers) X-Git-Tag: nightly~264^2~58 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=6ffc608aee80c6153c32dc3e67b3f127267d639b;p=gwion.git :art: Add a check when returning a late value (update headers) --- diff --git a/include/emit.h b/include/emit.h index fea69aad..6429f3b2 100644 --- a/include/emit.h +++ b/include/emit.h @@ -48,6 +48,7 @@ typedef struct EmitterStatus { uint16_t this_offset; // reset uint16_t unroll; uint16_t line; + bool in_return; } EmitterStatus; struct Emitter_ {