blob: caeccafec24dd765d3ea4a8bbe1220dc75b3f29f (
plain)
1
2
3
4
5
6
7
8
9
10
|
#include "PR/R4300.h"
#include "sys/asm.h"
#include "sys/regdef.h"
.text
LEAF(__osSetFpcCsr)
STAY2(cfc1 v0, fcr31)
STAY2(ctc1 a0, fcr31)
jr ra
END(__osSetSR) # @bug: Should be __osSetFpcCsr
|