mirror of
https://github.com/ziglang/zig.git
synced 2026-01-04 12:33:19 +00:00
Made .block = false in WipFunction.hasResultWip
This commit is contained in:
parent
c57b4e70b0
commit
423c2c3a27
@ -4363,6 +4363,7 @@ pub const Function = struct {
|
||||
.@"store atomic",
|
||||
.@"switch",
|
||||
.@"unreachable",
|
||||
.block,
|
||||
=> false,
|
||||
.call,
|
||||
.@"call fast",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user