RE: [PATCH v5 07/14] target/hexagon: expose next PC in DisasContext

2021-06-23 Thread Taylor Simpson
t; Subject: [PATCH v5 07/14] target/hexagon: expose next PC in DisasContext > > From: Paolo Montesel > > Signed-off-by: Alessandro Di Federico > Signed-off-by: Paolo Montesel > Reviewed-by: Richard Henderson > --- > target/hexagon/translate.c | 3 ++- > tar

[PATCH v5 07/14] target/hexagon: expose next PC in DisasContext

2021-06-19 Thread Alessandro Di Federico via
From: Paolo Montesel Signed-off-by: Alessandro Di Federico Signed-off-by: Paolo Montesel Reviewed-by: Richard Henderson --- target/hexagon/translate.c | 3 ++- target/hexagon/translate.h | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/target/hexagon/translate.c b/target/h