__osRestoreInt.s (247B)
1 .set noreorder // don't insert nops after branches 2 3 #include "macros.inc" 4 5 #include <PR/R4300.h> 6 7 .section .text, "ax" 8 9 glabel __osRestoreInt 10 mfc0 $t0, C0_SR 11 or $t0, $t0, $a0 12 mtc0 $t0, C0_SR 13 nop 14 nop 15 jr $ra 16 nop