diff options
-rw-r--r-- | asm/basepri_max-cm7-r0p1.s | 3 | ||||
-rw-r--r-- | asm/basepri_w-cm7-r0p1.s | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/asm/basepri_max-cm7-r0p1.s b/asm/basepri_max-cm7-r0p1.s index f26d473..573bd9c 100644 --- a/asm/basepri_max-cm7-r0p1.s +++ b/asm/basepri_max-cm7-r0p1.s @@ -1,6 +1,5 @@ -;; fn __basepri_max(u8) -;; executed in a critical section to work around a silicon erratum .global __basepri_max + .syntax unified __basepri_max: mrs r1, PRIMASK cpsid i diff --git a/asm/basepri_w-cm7-r0p1.s b/asm/basepri_w-cm7-r0p1.s index 1d1dce6..5ac0209 100644 --- a/asm/basepri_w-cm7-r0p1.s +++ b/asm/basepri_w-cm7-r0p1.s @@ -1,6 +1,5 @@ -;; fn __basepri_w(u8) -;; executed in a critical section to work around a silicon erratum .global __basepri_w + .syntax unified __basepri_w: mrs r1, PRIMASK cpsid i |