Skip to content

Conversation

@extinguish
Copy link
Contributor

Summary

the stub-function entry address is stored in r4, we should branch to the stub-function with blx r4, not r5.
this patch using to fix the issue of: #14862

Impact

  1. impact on armv6-m platform

Testing

  1. has passed the ostest

the stub-function entry address is stored in r4, we should branch to the
stub-function with blx r4, not r5

Signed-off-by: guoshichao <guoshichao@xiaomi.com>
@github-actions github-actions bot added Arch: arm Issues related to ARM (32-bit) architecture Size: XS The size of the change in this PR is very small labels Nov 21, 2024
@xiaoxiang781216 xiaoxiang781216 merged commit f6cfcfa into apache:master Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Arch: arm Issues related to ARM (32-bit) architecture Size: XS The size of the change in this PR is very small

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[HELP] <title> arch/arm/src/armv6-m/arm_svcall.c There seems to be a problem

2 participants