Skip to content

Commit 9c7e984

Browse files
committed
nlrthumb.S: Comment out ".cpu cortex-m4", it causes problems on Cortex-A.
1 parent 82a165d commit 9c7e984

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

py/nlrthumb.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/* thumb callee save: bx, bp, sp, r12, r14, r14, r15 */
33

44
.syntax unified
5-
.cpu cortex-m4
5+
/*.cpu cortex-m4*/
66
.thumb
77
.text
88
.align 2

0 commit comments

Comments
 (0)