mirror of
https://github.com/ziglang/zig.git
synced 2026-01-01 19:13:16 +00:00
* always align the stack to 16. I saw an instance on x86_64 linux where it was needed. * detect at runtime if being interpreted by a dynamic loader and if so avoid clobbering the fs register.