| author | |
| committer | |
| log | f81a721e4152ef514fd5ebf2f5fb39b97f844b4b |
| tree | fdb6ede26a05f5ab8dd69f6b058c97627bf9292f |
| parent | 5144f10ec90bda7109cdc1b4fad621defe8b2aaa |
1 files changed, 1 insertions(+), 1 deletions(-)
test/standalone/stack_iterator/unwind_freestanding.zig+1-1| ... | ... | @@ -37,7 +37,7 @@ noinline fn frame0(expected: *[4]usize, unwound: *[4]usize) void { |
| 37 | 37 | } |
| 38 | 38 | |
| 39 | 39 | // No-OS entrypoint |
| 40 | export fn _start() callconv(.c) noreturn { | |
| 40 | export fn _start() callconv(.withStackAlign(.c, 1)) noreturn { | |
| 41 | 41 | var expected: [4]usize = undefined; |
| 42 | 42 | var unwound: [4]usize = undefined; |
| 43 | 43 | frame0(&expected, &unwound); |