[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 05/10] target/hexagon: expose next PC in DisasContext
From: |
Richard Henderson |
Subject: |
Re: [PATCH v2 05/10] target/hexagon: expose next PC in DisasContext |
Date: |
Thu, 25 Feb 2021 12:48:35 -0800 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 |
On 2/25/21 7:18 AM, Alessandro Di Federico wrote:
> From: Paolo Montesel <babush@rev.ng>
>
> Signed-off-by: Alessandro Di Federico <ale@rev.ng>
> Signed-off-by: Paolo Montesel <babush@rev.ng>
> ---
> target/hexagon/translate.c | 4 +++-
> target/hexagon/translate.h | 1 +
> 2 files changed, 4 insertions(+), 1 deletion(-)
> + ctx->base.pc_next = ctx->npc;
> + ctx->npc = 0;
Any particular reason you're clearing npc?
Otherwise,
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
r~
- [PATCH v2 00/10] target/hexagon: introduce idef-parser, Alessandro Di Federico, 2021/02/25
- [PATCH v2 03/10] target/hexagon: make helper functions non-static, Alessandro Di Federico, 2021/02/25
- [PATCH v2 05/10] target/hexagon: expose next PC in DisasContext, Alessandro Di Federico, 2021/02/25
- Re: [PATCH v2 05/10] target/hexagon: expose next PC in DisasContext,
Richard Henderson <=
- [PATCH v2 01/10] target/hexagon: update MAINTAINERS for idef-parser, Alessandro Di Federico, 2021/02/25
- [PATCH v2 06/10] target/hexagon: prepare input for the idef-parser, Alessandro Di Federico, 2021/02/25
- [PATCH v2 02/10] target/hexagon: import README for idef-parser, Alessandro Di Federico, 2021/02/25
- [PATCH v2 04/10] target/hexagon: introduce new helper functions, Alessandro Di Federico, 2021/02/25
- [PATCH v2 07/10] target/hexagon: import lexer for idef-parser, Alessandro Di Federico, 2021/02/25