On 06/20/2017 01:51 PM, Laurent Vivier wrote:
on reset, set FP registers to NaN and control registers to 0
Signed-off-by: Laurent Vivier
---
target/m68k/cpu.c | 9 -
1 file changed, 8 insertions(+), 1 deletion(-)
Nevermind the last... it's in 5/6.
Reviewed-by: Richard Henderson
On 06/20/2017 01:51 PM, Laurent Vivier wrote:
+env->fpcr = 0;
You probably want to use cpu_m68k_set_fpcr here too, so that fp_status matches.
r~
on reset, set FP registers to NaN and control registers to 0
Signed-off-by: Laurent Vivier
---
target/m68k/cpu.c | 9 -
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/target/m68k/cpu.c b/target/m68k/cpu.c
index f068922..f2e031f 100644
--- a/target/m68k/cpu.c
+++ b/target/m6