mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-30 10:51:21 +00:00
* as0 * Fix ASOPTFLAGS for src/libc, remove unnecessary noreorder region in kanread * Suggested changes * Use %half to load the boot bss size for matching Co-authored-by: cadmic <cadmic24@gmail.com> * Wrap all of __osProbeTLB in noreorder --------- Co-authored-by: cadmic <cadmic24@gmail.com>
9 lines
126 B
ArmAsm
9 lines
126 B
ArmAsm
#include "ultra64/asm.h"
|
|
#include "ultra64/regdef.h"
|
|
|
|
.text
|
|
|
|
LEAF(absf)
|
|
abs.s fv0, fa0
|
|
jr ra
|
|
END(absf)
|