|
parameters
`calc_lvar_stack_offset()` previously only checked the offset of the last local variables, but it might be a
passed-by-stack parameter, which had a negative stack offset.
With this change, `calc_lvar_stack_offset()` finds the maximum *positive* offset from local variables.
|