| author | |
| committer | |
| log | db63e4725a8fe0370ec88fcbf6f5a3085f6bd767 |
| tree | d67df50f973ced6c0d93643cbfda4c5a1e9c5812 |
| parent | 7f71fe5bc7f2791a514961803afa6ff73b018e4b |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/debug.zig+1-1| ... | ... | @@ -1576,12 +1576,12 @@ fn handleSegfaultPosix(sig: posix.SIG, info: *const posix.siginfo_t, ctx_ptr: ?* |
| 1576 | 1576 | .tvos, |
| 1577 | 1577 | .visionos, |
| 1578 | 1578 | .watchos, |
| 1579 | .haiku, | |
| 1579 | 1580 | => @intFromPtr(info.addr), |
| 1580 | 1581 | .linux, |
| 1581 | 1582 | => @intFromPtr(info.fields.sigfault.addr), |
| 1582 | 1583 | .netbsd, |
| 1583 | 1584 | => @intFromPtr(info.info.reason.fault.addr), |
| 1584 | .haiku, | |
| 1585 | 1585 | .openbsd, |
| 1586 | 1586 | => @intFromPtr(info.data.fault.addr), |
| 1587 | 1587 | .illumos, |