nlrthumb.S: Comment out ".cpu cortex-m4", it causes problems on Cortex-A.
This commit is contained in:
parent
82a165d9be
commit
9c7e984a05
@ -2,7 +2,7 @@
|
|||||||
/* thumb callee save: bx, bp, sp, r12, r14, r14, r15 */
|
/* thumb callee save: bx, bp, sp, r12, r14, r14, r15 */
|
||||||
|
|
||||||
.syntax unified
|
.syntax unified
|
||||||
.cpu cortex-m4
|
/*.cpu cortex-m4*/
|
||||||
.thumb
|
.thumb
|
||||||
.text
|
.text
|
||||||
.align 2
|
.align 2
|
||||||
|
Loading…
Reference in New Issue
Block a user