From 8bc15eecc41411e944b75e15c08f17eeddb1c50c Mon Sep 17 00:00:00 2001 From: jacob gw Date: Mon, 24 May 2021 15:55:03 -0400 Subject: change `suspend;` to `suspend {}` --- patches/patches/087_async4.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'patches') diff --git a/patches/patches/087_async4.patch b/patches/patches/087_async4.patch index 9ea5012..3aec891 100644 --- a/patches/patches/087_async4.patch +++ b/patches/patches/087_async4.patch @@ -7,4 +7,4 @@ < ??? --- > global_counter += 1; -> suspend; +> suspend {} -- cgit v1.2.3-ZIG