tcg: Constify tcg_op_defs
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 27 Dec 2024 20:53:22 +0000 (12:53 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 17 Jan 2025 04:57:16 +0000 (20:57 -0800)
commited1a653bad46752c4c4ceb2ada774dff7cd79e81
treefab0d69a8f5e7eacf71e0bdf3669afd192f0740e
parent501fb3da3fd60538214218cfbccc1abf45a047c2
tcg: Constify tcg_op_defs

Now that we're no longer assigning to TCGOpDef.args_ct,
we can make the array constant.

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