commit | 83a0ad26737b9bca3b09fc8d27163ef6a0f28bd9 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Thu Mar 14 13:48:41 2024 -1000 |
committer | Richard Henderson <richard.henderson@linaro.org> | Tue Apr 30 16:12:05 2024 -0700 |
tree | c203b8a3f3b2d7c18526a3bd0388fbd2413e2349 | |
parent | ed30e7b1d9f5639d346fc2f0285568516e324398 [diff] |
tcg: Pass function pointer to tcg_gen_call* For normal helpers, read the function pointer from the structure earlier. For plugins, this will allow the function pointer to come from elsewhere. Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>