On 02/14/2018 07:05 PM, Emilio G. Cota wrote:
> Signed-off-by: Emilio G. Cota <c...@braap.org>
> ---
>  target/hppa/translate.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/target/hppa/translate.c b/target/hppa/translate.c
> index 6499b39..b4b74a8 100644
> --- a/target/hppa/translate.c
> +++ b/target/hppa/translate.c
> @@ -2075,7 +2075,7 @@ static DisasJumpType trans_mfctl(DisasContext *ctx, 
> uint32_t insn,
>          /* FIXME: Respect PSW_S bit.  */
>          nullify_over(ctx);
>          tmp = dest_gpr(ctx, rt);
> -        if (ctx->base.tb->cflags & CF_USE_ICOUNT) {
> +        if (tb_cflags(ctx->base.tb) & CF_USE_ICOUNT) {

Applied to tgt-hppa.  Thanks.


r~

Reply via email to