summaryrefslogtreecommitdiff
path: root/patches
diff options
context:
space:
mode:
authorDave Gauer <ratfactor@gmail.com>2021-05-25 11:50:12 -0400
committerGitHub <noreply@github.com>2021-05-25 11:50:12 -0400
commit58daa603a447f1757c92ece65b0cf83f4449c9ae (patch)
tree65be352408996b76871b0a747dd0d115c7a8baac /patches
parent7ef800c1bfd52e020d0724fb8d57e4820a671de5 (diff)
parent433202d429b781d7b9dcada16c47c29314b9a08d (diff)
Merge pull request #56 from g-w1/sus
change `suspend;` to `suspend {}`
Diffstat (limited to 'patches')
-rw-r--r--patches/patches/087_async4.patch2
1 files changed, 1 insertions, 1 deletions
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 {}