]> Nishi Git Mirror - gwion.git/commitdiff
:art: Add a check when returning a late value (update headers)
authorfennecdjay <fennecdjay@gmail.com>
Wed, 3 Aug 2022 14:22:05 +0000 (16:22 +0200)
committerfennecdjay <fennecdjay@gmail.com>
Wed, 3 Aug 2022 14:22:05 +0000 (16:22 +0200)
include/emit.h

index fea69aade5561edb0e72a2a9a1106f44bbefefe2..6429f3b2b3c2ae0ccc269aa5daae7919a9451e0f 100644 (file)
@@ -48,6 +48,7 @@ typedef struct EmitterStatus {
   uint16_t             this_offset;   // reset
   uint16_t unroll;
   uint16_t line;
+  bool in_return;
 } EmitterStatus;
 
 struct Emitter_ {