diff options
author | 2022-05-04 18:05:37 -0300 | |
---|---|---|
committer | 2022-05-05 15:36:17 -0300 | |
commit | ca241959cd824e1feeabed4948e2c754d1e2b635 (patch) | |
tree | dffc7a4c6e43093f2717acb89a70d24343ba9462 /linux-user/syscall.c | |
parent | target/ppc: Remove msr_fe0 and msr_fe1 macros (diff) | |
download | qemu-ca241959cd824e1feeabed4948e2c754d1e2b635.tar.xz qemu-ca241959cd824e1feeabed4948e2c754d1e2b635.zip |
target/ppc: Remove msr_ts macro
msr_ts 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>
Message-Id: <20220504210541.115256-19-victor.colombo@eldorado.org.br>
Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
Diffstat (limited to 'linux-user/syscall.c')
0 files changed, 0 insertions, 0 deletions