mirror of
https://github.com/ziglang/zig.git
synced 2026-03-15 15:50:31 +00:00
SPARCs have delayed branches, that is, it will unconditionally run the next instruction following a branch. Slightly reorder the _start code sequence to prevent it from accidentally executing stray instructions, which may result in odd program behavior.