mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-24 03:59:52 +00:00
target/ppc: Add missing helper_reset_fpstatus to VSX_MAX_MINC
Fixes: da499405aa
("target/ppc: Refactor VSX_MAX_MINC helper")
Signed-off-by: Víctor Colombo <victor.colombo@eldorado.org.br>
Signed-off-by: Matheus Ferst <matheus.ferst@eldorado.org.br>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20220304175156.2012315-7-matheus.ferst@eldorado.org.br>
Signed-off-by: Cédric Le Goater <clg@kaod.org>
This commit is contained in:
parent
618574ddf7
commit
e1428e5b57
@ -2522,6 +2522,8 @@ void helper_##name(CPUPPCState *env, \
|
||||
ppc_vsr_t t = { }; \
|
||||
bool first; \
|
||||
\
|
||||
helper_reset_fpstatus(env); \
|
||||
\
|
||||
if (max) { \
|
||||
first = tp##_le_quiet(xb->fld, xa->fld, &env->fp_status); \
|
||||
} else { \
|
||||
|
Loading…
Reference in New Issue
Block a user