Skip to content
Commit 50ab6953 authored by Luca Burelli's avatar Luca Burelli Committed by Mahesh Mahadevan
Browse files

linker: llext: avoid modifying current address in linker script snippet



The linker script snippet that places the llext_no_syscall_impl section
has the unfortunate side effect of overwriting the current linker
address. This can lead to unexpected behavior of the caller script.

Saving the current address before defining the section and restoring it
afterwards avoids this issue.

Fixes #81136.

Signed-off-by: default avatarLuca Burelli <l.burelli@arduino.cc>
parent ebac6f2f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment