Koakuma 375bb5f4a1 lib: Fix asm code in _start for SPARC
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.
2023-10-12 16:13:32 -07:00
..
2023-09-25 15:53:05 -04:00
2023-09-19 09:37:31 -07:00
2023-09-19 09:37:31 -07:00
2023-10-12 16:13:32 -07:00
2023-07-31 03:49:21 -04:00