-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cortexm_common: use of r13 is deprecated #3664
Comments
I will look into this. |
The line causing this is vectors_cortexm.c:137.
|
I think |
Oops, |
I found this after googling. But I couldn't find the ARM docs yet, that mention this. |
Found this too, |
yes, the solution is to mov r1, sp first, then cmp r0, r1 |
Some register juggling. 😄 |
As reference
|
cortexm_common: don't compare with r13/sp in assembly, fix #3664
@PeterKietzmann please explain why you closed this issue. |
It was automatically closed after I merged #3666. Isn't it fixed for you? |
Ah, sorry. Somehow I landed in #3356 and this wasn't merged yet. |
Since the merge of #3333 I get the following warning:
The text was updated successfully, but these errors were encountered: