| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | set_local.c: Fix set_param to valid next | Xavier Del Campo Romero | 2025-11-07 | 1 | -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 commit | Xavier Del Campo Romero | 2025-11-06 | 1 | -0/+162 |
