From 04c9763cf581c3c9feeb51d88b638e38aad6f614 Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Tue, 22 Mar 2022 21:15:27 -0700 Subject: Test with microsecond counter --- src/exceptions/svc.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/exceptions') 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: -- cgit v1.2.1