On Tue Jan 23 13:54:18 2024 +0000, Giovanni Mascellani wrote:
Minor nitpick, but I'd use `&src_param[0]` instead of `src_param`.
While `instruction_src_params_alloc()` technically returns an array, when the count is `1` I have been assigning it to a singular `src_param` variable and treating it as a single object. I think it ends up being easier to read.