On 10/20/22 21:52, Alex Bennée wrote:
The s390x EXecute instruction is a bit weird as we synthesis the
executed instruction from what we have stored in memory. This missed
the plugin instrumentation.

Work around this with a special helper to inform the rest of the
translator about the instruction so things stay consistent.

Signed-off-by: Alex Bennée<alex.ben...@linaro.org>
Cc: Richard Henderson<richard.hender...@linaro.org>

---
v2
   - s/w/b/ for translator_fake_ldb
   - add comment to extract_insn
   - reword commit message
---
  include/exec/translator.h    | 17 +++++++++++++++++
  target/s390x/tcg/translate.c |  6 ++++++
  2 files changed, 23 insertions(+)

Reviewed-by: Richard Henderson <richard.hender...@linaro.org>

r~

Reply via email to