|
From: | Richard Henderson |
Subject: | Re: [PATCH v2 06/21] target/ppc: Remove msr_ile macro |
Date: | Mon, 2 May 2022 14:58:01 -0700 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.0 |
On 5/2/22 07:39, Víctor Colombo wrote:
msr_ile 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<richard.henderson@linaro.org> Signed-off-by: Víctor Colombo<victor.colombo@eldorado.org.br>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
[Prev in Thread] | Current Thread | [Next in Thread] |