nlrthumb.S: Comment out ".cpu cortex-m4", it causes problems on Cortex-A.

This commit is contained in:
Paul Sokolovsky 2014-02-27 18:03:37 +02:00
parent 82a165d9be
commit 9c7e984a05

View File

@ -2,7 +2,7 @@
/* thumb callee save: bx, bp, sp, r12, r14, r14, r15 */
.syntax unified
.cpu cortex-m4
/*.cpu cortex-m4*/
.thumb
.text
.align 2