diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2014-02-27 18:03:37 +0200 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2014-03-01 10:05:53 +0200 |
commit | 9c7e984a05bd0b4ca799647e98ff4c938fbdf2a5 (patch) | |
tree | 0f0f481bb5890eee1ac5e6c9aa855ae92a12828e | |
parent | 82a165d9be60be33af5092543e60a3fff82ef07e (diff) | |
download | micropython-9c7e984a05bd0b4ca799647e98ff4c938fbdf2a5.tar.gz micropython-9c7e984a05bd0b4ca799647e98ff4c938fbdf2a5.zip |
nlrthumb.S: Comment out ".cpu cortex-m4", it causes problems on Cortex-A.
-rw-r--r-- | py/nlrthumb.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/nlrthumb.S b/py/nlrthumb.S index 22e0b6ba4d..8c6eb95522 100644 --- a/py/nlrthumb.S +++ b/py/nlrthumb.S @@ -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 |