mirror of
https://github.com/ziglang/zig.git
synced 2026-01-22 07:15:25 +00:00
The return address points to the call instruction on SPARC, so the actual return address is 8 bytes after. This means that we shouldn't do the return address adjustment that we normally do.