From ea039d445a0c9a463a29c3930f28a510d971d471 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Thu, 21 Jan 2021 23:06:39 +0100 Subject: [PATCH] :art: Unrolled repeats (missing header) --- include/emit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/emit.h b/include/emit.h index 00a88035..301d988d 100644 --- a/include/emit.h +++ b/include/emit.h @@ -20,7 +20,7 @@ struct EmitterInfo_ { VM_Code (*emit_code)(const Emitter); VM_Code code; uint memoize; -// uint unroll; + uint unroll; }; struct Emitter_ { -- 2.43.0