summaryrefslogtreecommitdiff
path: root/src/libultra/os/getconfig.s
blob: 09d4b02e1ccc947d9ba22b497ad1dfa8f3b4812f (plain)
1
2
3
4
5
6
7
8
9
10
#include "PR/asm.h"
#include "PR/regdef.h"
#include "PR/R4300.h"

.text

LEAF(__osGetConfig)
    MFC0(   v0, C0_CONFIG)
    jr      ra
END(__osGetConfig)