On 4/22/22 11:54, Víctor Colombo wrote:
fpscr_* defined macros are hiding the usage of *env behind them.
Substitute the usage of these macros with `env->fpscr & FP_*` to make
the code cleaner.

Suggested-by: Richard Henderson<richard.hender...@linaro.org>
Signed-off-by: Víctor Colombo<victor.colo...@eldorado.org.br>
---
  target/ppc/cpu.c        |  2 +-
  target/ppc/cpu.h        | 29 -----------------------------
  target/ppc/fpu_helper.c | 28 ++++++++++++++--------------
  3 files changed, 15 insertions(+), 44 deletions(-)

Reviewed-by: Richard Henderson <richard.hender...@linaro.org>

r~

Reply via email to