stage2: fix @asyncCall parameter count

Closes #9269
This commit is contained in:
Veikka Tuominen
2021-07-01 22:20:51 +03:00
parent 1fc877fd94
commit 7140bb64e1

View File

@@ -153,7 +153,7 @@ pub const list = list: {
"@asyncCall",
.{
.tag = .async_call,
.param_count = null,
.param_count = 4,
},
},
.{