diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2022-06-12 17:45:57 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-12 17:45:57 -0400 |
| commit | ffa700ee58cd29dafe2bbdfe78a4bd4f7bab0674 (patch) | |
| tree | affe8b6dc716051f32259ad171f93d7009855c0f /src/value.zig | |
| parent | 6e42d45dccf4ba6fa07082db1cb820897d36924f (diff) | |
| parent | 0a9d6956e7cac96c870ad062b4125b0a0a3b0143 (diff) | |
| download | zig-ffa700ee58cd29dafe2bbdfe78a4bd4f7bab0674.tar.gz zig-ffa700ee58cd29dafe2bbdfe78a4bd4f7bab0674.zip | |
Merge pull request #11837 from Vexu/stage2
Fix (nearly) all stage2 crashes when testing stdlib
Diffstat (limited to 'src/value.zig')
| -rw-r--r-- | src/value.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/value.zig b/src/value.zig index e1500fe4ab..996aa76bf5 100644 --- a/src/value.zig +++ b/src/value.zig @@ -1062,6 +1062,7 @@ pub const Value = extern union { sema_kit: ?Module.WipAnalysis, ) Module.CompileError!BigIntConst { switch (val.tag()) { + .null_value, .zero, .bool_false, .the_only_possible_value, // i0, u0 |
