diff options
author | Christian Cunningham <cc@localhost> | 2022-03-22 21:15:27 -0700 |
---|---|---|
committer | Christian Cunningham <cc@localhost> | 2022-03-22 21:15:27 -0700 |
commit | 04c9763cf581c3c9feeb51d88b638e38aad6f614 (patch) | |
tree | b1487c53ccc045f8c0e38466da164a79791c9c81 /src/exceptions | |
parent | 4481ae56e80a3a425cfcbf81cd75ccc1619cdeaa (diff) |
Test with microsecond counter
Diffstat (limited to 'src/exceptions')
-rw-r--r-- | src/exceptions/svc.S | 2 |
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: |