mirror of
https://github.com/n64decomp/mk64
synced 2026-05-31 08:51:42 -04:00
7025ff0ca1
* update libultra asm * fix gcc __osThreadTail --------- Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
16 lines
179 B
ArmAsm
16 lines
179 B
ArmAsm
.set noreorder # don't insert nops after branches
|
|
.set gp=64
|
|
|
|
.include "macros.inc"
|
|
|
|
|
|
.section .text, "ax"
|
|
|
|
glabel __osGetSR
|
|
mfc0 $v0, C0_SR
|
|
jr $ra
|
|
nop
|
|
|
|
nop
|
|
|