aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorjoachimschmidt557 <joachim.schmidt557@outlook.com>2023-12-15 18:39:53 +0100
committerAndrew Kelley <andrew@ziglang.org>2024-01-08 23:53:24 -0800
commitf12ec02bd780f58d8c35b1fe80e0955c2591e0a4 (patch)
treea2e8d86f140b3e820ebb2fc86412c93325828c5e /lib
parent2f8e4347b1f9c2bf093ac48a636576c22359c1ff (diff)
downloadzig-f12ec02bd780f58d8c35b1fe80e0955c2591e0a4.tar.gz
zig-f12ec02bd780f58d8c35b1fe80e0955c2591e0a4.zip
stage2 AArch64: get empty file compiling again
Diffstat (limited to 'lib')
-rw-r--r--lib/std/start.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/std/start.zig b/lib/std/start.zig
index ff21ed8187..f04e812271 100644
--- a/lib/std/start.zig
+++ b/lib/std/start.zig
@@ -105,7 +105,7 @@ fn main2() callconv(.C) c_int {
return 0;
}
-fn _start2() noreturn {
+fn _start2() callconv(.C) noreturn {
callMain2();
}