OSDN Git Service

accel/tcg/plugin: Don't search for the function pointer index
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 10 Nov 2022 12:58:57 +0000 (22:58 +1000)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 5 Jan 2023 19:41:29 +0000 (11:41 -0800)
commit05d019abab15882ae726da22c3334e0f4b1797e3
treeba88d992558425fc517e4a6fc244f07dc7b146e8
parente2a9dd6b6b50f678b13cfdf55d3997f16c7f96b0
accel/tcg/plugin: Don't search for the function pointer index

The function pointer is immediately after the output and input
operands; no need to search.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/plugin-gen.c