]> git.ipfire.org Git - thirdparty/qemu.git/commit
tcg: Always define TARGET_INSN_START_EXTRA_WORDS
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 19 Mar 2025 11:46:55 +0000 (12:46 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 23 Apr 2025 22:07:32 +0000 (15:07 -0700)
commit4ff1b33edf95497a8e6f0615a3ae91f736cf1f8a
tree98b1e4018c5ff22a632592a283b1f13e5deb209e
parent21d41c566d0694a90836d5c7ae4c6b279f5312a8
tcg: Always define TARGET_INSN_START_EXTRA_WORDS

Do not define TARGET_INSN_START_EXTRA_WORDS under the
hood, have each target explicitly define it.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
include/tcg/insn-start-words.h
include/tcg/tcg-op.h
target/alpha/cpu-param.h
target/avr/cpu-param.h
target/hexagon/cpu-param.h
target/loongarch/cpu-param.h
target/ppc/cpu-param.h
target/rx/cpu-param.h
target/tricore/cpu-param.h
target/xtensa/cpu-param.h