mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-05-14 20:38:09 -04:00
e6eccc3c8f
Turns out that RtlCaptureStackBackTrace is actually just doing FP (ebp) unwinding under the hood, making this logic completely redundant with our own FP-walking implementation; see added comment for details.