Skip to content

Commit 1d68643

Browse files
committed
fix build on ARMv7E-M
1 parent 9a986d8 commit 1d68643

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

asm/basepri_max-cm7-r0p1.s

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
;; fn __basepri_max(u8)
2-
;; executed in a critical section to work around a silicon erratum
31
.global __basepri_max
2+
.syntax unified
43
__basepri_max:
54
mrs r1, PRIMASK
65
cpsid i

asm/basepri_w-cm7-r0p1.s

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
;; fn __basepri_w(u8)
2-
;; executed in a critical section to work around a silicon erratum
31
.global __basepri_w
2+
.syntax unified
43
__basepri_w:
54
mrs r1, PRIMASK
65
cpsid i

0 commit comments

Comments
 (0)