We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5144f10 commit f81a721Copy full SHA for f81a721
test/standalone/stack_iterator/unwind_freestanding.zig
@@ -37,7 +37,7 @@ noinline fn frame0(expected: *[4]usize, unwound: *[4]usize) void {
37
}
38
39
// No-OS entrypoint
40
-export fn _start() callconv(.c) noreturn {
+export fn _start() callconv(.withStackAlign(.c, 1)) noreturn {
41
var expected: [4]usize = undefined;
42
var unwound: [4]usize = undefined;
43
frame0(&expected, &unwound);
0 commit comments