On 31/5/23 06:03, Richard Henderson wrote:
This function is only used in translator.c, and uses a target-specific typedef, abi_ptr.Signed-off-by: Richard Henderson <richard.hender...@linaro.org> --- include/exec/plugin-gen.h | 22 ---------------------- accel/tcg/translator.c | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 22 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>