aboutsummaryrefslogtreecommitdiff
path: root/src/routines/set_local.c
Commit message (Collapse)AuthorAgeFilesLines
* set_local.c: Fix set_param to valid nextXavier Del Campo Romero2025-11-071-1/+1
| | | | | | | | | | | set_local is meant to write a local variable, while allowing the use of a caller-defined callback when finished. While this was already correctly implemented by set_local, set_param was incorrectly calling nwp_interp_resume instead of the caller-defined callback. This had the side effect of tee_local not being able to push the value into the stack when the local index referred to a parameter, thus causing undefined behaviour.
* First commitXavier Del Campo Romero2025-11-061-0/+162