diff options
Diffstat (limited to 'lib/ultralib/src/os/getcount.s')
| -rw-r--r-- | lib/ultralib/src/os/getcount.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ultralib/src/os/getcount.s b/lib/ultralib/src/os/getcount.s index 28d5a79..9ce72c6 100644 --- a/lib/ultralib/src/os/getcount.s +++ b/lib/ultralib/src/os/getcount.s @@ -4,6 +4,6 @@ .text LEAF(osGetCount) - STAY2(mfc0 v0, C0_COUNT) - jr ra + MFC0( v0, C0_COUNT) + jr ra END(osGetCount) |
