zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 68fe3e116d9c4bde67df990b8e0cbb3e70fc98b2 (tree)
parent 5e48ed4a8d700c213a8cc71e7e8f0c57be52c70d
Author: DixiE <anthonyarian96@gmail.com>
Date:   Mon, 15 Jun 2020 23:33:58 +0100

Update Stack Trace For start.zig Changes

Diffstat:
Mtest/stack_traces.zig | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/test/stack_traces.zig b/test/stack_traces.zig @@ -282,10 +282,10 @@ pub fn addCases(cases: *tests.StackTracesContext) void { \\source.zig:10:8: [address] in main (test) \\ foo(); \\ ^ - \\start.zig:249:29: [address] in std.start.posixCallMainAndExit (test) + \\start.zig:281:29: [address] in std.start.posixCallMainAndExit (test) \\ return root.main(); \\ ^ - \\start.zig:123:5: [address] in std.start._start (test) + \\start.zig:131:5: [address] in std.start._start (test) \\ @call(.{ .modifier = .never_inline }, posixCallMainAndExit, .{}); \\ ^ \\ @@ -294,7 +294,7 @@ pub fn addCases(cases: *tests.StackTracesContext) void { switch (std.Target.current.cpu.arch) { .aarch64 => "", // TODO disabled; results in segfault else => - \\start.zig:123:5: [address] in std.start._start (test) + \\start.zig:131:5: [address] in std.start._start (test) \\ @call(.{ .modifier = .never_inline }, posixCallMainAndExit, .{}); \\ ^ \\