Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information