target/ppc: Reduce env->hflags to uint32_t
commit26c55599b8c79887040c6910054a8c3f3f6f9147
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 23 Mar 2021 18:43:33 +0000 (23 12:43 -0600)
committerDavid Gibson <david@gibson.dropbear.id.au>
Tue, 4 May 2021 01:41:24 +0000 (4 11:41 +1000)
treedd808354df547c1c2484215a8554702a13e4d718
parent2df4fe7abeed5be7c4350c12cfe33242261b28ef
target/ppc: Reduce env->hflags to uint32_t

It will be stored in tb->flags, which is also uint32_t,
so let's use the correct size.

Reviewed-by: Cédric Le Goater <clg@kaod.org>
Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20210323184340.619757-4-richard.henderson@linaro.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
target/ppc/cpu.h
target/ppc/misc_helper.c
target/ppc/translate.c