Made .block = false in WipFunction.hasResultWip

This commit is contained in:
antlilja 2024-01-20 00:38:14 +01:00
parent c57b4e70b0
commit 423c2c3a27

View File

@ -4363,6 +4363,7 @@ pub const Function = struct {
.@"store atomic",
.@"switch",
.@"unreachable",
.block,
=> false,
.call,
.@"call fast",