On 5/4/22 16:05, Víctor Colombo wrote:
msr_de macro hides the usage of env->msr, which is a bad
behavior. Substitute it with FIELD_EX64 calls that explicitly use
env->msr as a parameter.
Suggested-by: Richard Henderson<[email protected]>
Signed-off-by: Víctor Colombo<[email protected]>
---
v4: Add this patch as an usage of msr_de was added in another patch
https://patchew.org/QEMU/[email protected]/
Signed-off-by: Víctor Colombo<[email protected]>
---
target/ppc/cpu.h | 3 +--
target/ppc/helper_regs.c | 4 ++--
2 files changed, 3 insertions(+), 4 deletions(-)
Reviewed-by: Richard Henderson <[email protected]>
r~