From 6ffc608aee80c6153c32dc3e67b3f127267d639b Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Wed, 3 Aug 2022 16:22:05 +0200 Subject: [PATCH] :art: Add a check when returning a late value (update headers) --- include/emit.h | 1 + 1 file changed, 1 insertion(+) 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_ { -- 2.43.0