tcg: remove singlestep_enabled from DisasContextBase
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 10 Oct 2024 08:36:41 +0000 (10:36 +0200)
committerRichard Henderson <richard.henderson@linaro.org>
Sun, 13 Oct 2024 17:04:29 +0000 (10:04 -0700)
commitfe678c45d2c970ab35826c6ff3ae08f20bf02f73
tree0138463c4ece7a0b038340228b39f308c22d7eb0
parent7e3b6d8063f245d27eecce5aabe624b5785f2a77
tcg: remove singlestep_enabled from DisasContextBase

It is used in a couple of places only, both within the same target.
Those can use the cflags just as well, so remove the separate field.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-ID: <20241010083641.1785069-1-pbonzini@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/translator.c
include/exec/translator.h
target/mips/tcg/translate.c