Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libgloss/mips/vr4300.S')
-rw-r--r--libgloss/mips/vr4300.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/libgloss/mips/vr4300.S b/libgloss/mips/vr4300.S
index 9737ddc9e..2fc576ed3 100644
--- a/libgloss/mips/vr4300.S
+++ b/libgloss/mips/vr4300.S
@@ -47,7 +47,7 @@ __cpu_timer_poll:
j ra
nop # {DELAY SLOT}
1:
- mfc0 v0, C0_COUNT # get current counter value
+ mfc0 v0, $9 # C0_COUNT: get current counter value
nop
nop
# We cannot just do the simple test, of adding our delta onto
@@ -66,7 +66,7 @@ __cpu_timer_poll:
# sign-extended to fill the 64bit register value).
2:
# get current counter value:
- mfc0 v0, C0_COUNT
+ mfc0 v0, $9 # C0_COUNT
nop
nop
# This is an unsigned 32bit subtraction: