diff options
| author | Jacob Young <jacobly0@users.noreply.github.com> | 2025-07-27 19:55:05 -0400 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2025-07-28 09:03:17 -0700 |
| commit | c334956a54c691ad7e76341193d2d46df18090ef (patch) | |
| tree | dbaaa5f600487979cb17c1f5f6c549a946b30347 /lib/std/start.zig | |
| parent | dea3ed7f59347e87a1b8fa237202873988084ae8 (diff) | |
| download | zig-c334956a54c691ad7e76341193d2d46df18090ef.tar.gz zig-c334956a54c691ad7e76341193d2d46df18090ef.zip | |
aarch64: workaround some optional/union issues
Diffstat (limited to 'lib/std/start.zig')
| -rw-r--r-- | lib/std/start.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/std/start.zig b/lib/std/start.zig index 43355d34f4..f889885c84 100644 --- a/lib/std/start.zig +++ b/lib/std/start.zig @@ -626,7 +626,6 @@ pub inline fn callMain() u8 { const result = root.main() catch |err| { switch (builtin.zig_backend) { - .stage2_aarch64, .stage2_powerpc, .stage2_riscv64, => { |
