mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-06-04 23:05:00 -04:00
375bb5f4a1
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.