1 2 3 4 5 6 7 8 9 10 11 12 13 14
#include "PR/R4300.h" #include "sys/asm.h" #include "sys/regdef.h" .text LEAF(__osSetFpcCsr) CFC1( v0, fcr31) CTC1( a0, fcr31) jr ra #ifndef MODERN_CC END(__osSetSR) # @bug: Should be __osSetFpcCsr #else END(__osSetFpcCsr) #endif