1.set noreorder // don't insert nops after branches 2.set gp=64 3 4#include "macros.inc" 5 6 7.section .text, "ax" 8 9glabel __osSetFpcCsr 10 cfc1 $v0, $31 11 ctc1 $a0, $31 12 jr $ra 13 nop 14 15 16