On 6/14/19 10:11 AM, Alex Bennée wrote: > From: "Emilio G. Cota" <c...@braap.org> > > There is a small wrinkle with the gUSA instruction. The translator > effectively treats a (known) gUSA sequence as a single instruction. > For the purposes of the plugin we end up with a long multi-instruction > qemu_plugin_insn. > > If the known sequence isn't detected we shall never run this > translation anyway. > > Signed-off-by: Emilio G. Cota <c...@braap.org> > Signed-off-by: Alex Bennée <alex.ben...@linaro.org> > --- > target/sh4/translate.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~