On 5/2/22 07:39, Víctor Colombo wrote:
msr_le 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]>
Reviewed-by: Richard Henderson <[email protected]> r~
