]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Use insn_start from DisasContextBase
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 6 Apr 2024 20:52:33 +0000 (10:52 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 9 Apr 2024 17:45:09 +0000 (07:45 -1000)
commit4642250e3c4c00495c0902ff8f32559ad99ce130
treeb2ce6d29558a78ebdc47478f7d24be3f06b86602
parente7face702ac1e98109dbfde557e7974ea04a295d
target/arm: Use insn_start from DisasContextBase

To keep the multiple update check, replace insn_start
with insn_start_updated.

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