mirror of
https://github.com/zeldaret/oot.git
synced 2025-02-24 00:25:48 +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>
10 lines
172 B
ArmAsm
10 lines
172 B
ArmAsm
#include "ultra64/asm.h"
|
|
#include "ultra64/regdef.h"
|
|
#include "ultra64/R4300.h"
|
|
|
|
.text
|
|
|
|
LEAF(__osSetCompare)
|
|
MTC0( a0, C0_COMPARE)
|
|
jr ra
|
|
END(__osSetCompare)
|