diff options
Diffstat (limited to 'lib/ultralib/src/os/setcount.s')
| -rw-r--r-- | lib/ultralib/src/os/setcount.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ultralib/src/os/setcount.s b/lib/ultralib/src/os/setcount.s index f94f1d2..1e5bdb0 100644 --- a/lib/ultralib/src/os/setcount.s +++ b/lib/ultralib/src/os/setcount.s @@ -4,6 +4,6 @@ .text LEAF(__osSetCount) - STAY2(mtc0 a0, C0_COUNT) - jr ra + MTC0( a0, C0_COUNT) + jr ra END(__osSetCount) |
