mirror of
https://github.com/apache/nuttx.git
synced 2026-08-17 09:33:18 +08:00
The aforementioned functions can/will fail if the C compiler decides to use the stack for the incoming entrypt/etc. parameters. Fix this issue by converting the jump to user part into pure assembly, ensuring the stack is NOT used for the parameters.