From 14c7e733432ab9321e50e75cbf9c56af5aed4a6e Mon Sep 17 00:00:00 2001 From: Dave Gauer Date: Sat, 24 Apr 2021 14:34:46 -0400 Subject: add 072 comptime 7 --- patches/patches/072_comptime7.patch | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 patches/patches/072_comptime7.patch (limited to 'patches') diff --git a/patches/patches/072_comptime7.patch b/patches/patches/072_comptime7.patch new file mode 100644 index 0000000..205e238 --- /dev/null +++ b/patches/patches/072_comptime7.patch @@ -0,0 +1,4 @@ +38c38 +< ??? (i < instructions.len) : (???) { +--- +> inline while (i < instructions.len) : (i += 3) { -- cgit v1.2.3-70-g09d2