aboutsummaryrefslogtreecommitdiff
path: root/src/exceptions/svc.S
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2022-03-22 21:15:27 -0700
committerChristian Cunningham <cc@localhost>2022-03-22 21:15:27 -0700
commit04c9763cf581c3c9feeb51d88b638e38aad6f614 (patch)
treeb1487c53ccc045f8c0e38466da164a79791c9c81 /src/exceptions/svc.S
parent4481ae56e80a3a425cfcbf81cd75ccc1619cdeaa (diff)
Test with microsecond counter
Diffstat (limited to 'src/exceptions/svc.S')
-rw-r--r--src/exceptions/svc.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exceptions/svc.S b/src/exceptions/svc.S
index ce3e556..a24bac9 100644
--- a/src/exceptions/svc.S
+++ b/src/exceptions/svc.S
@@ -125,7 +125,7 @@ svc_000008: // Semaphore add #
b schedule
b svc_exit
svc_000009: // SYS_TIME_2
- mrc p15, 0, r0, c14, c3, 0
+ mrc p15, 0, r0, c9, c13, 0
str r0, [sp, #0]
b svc_exit
svc_exit: