On 12/6/21 02:22, gaosong wrote: > HI, > On 2021/12/5 上午1:26, Philippe Mathieu-Daudé wrote: >>> + >>> + env->fcsr0_mask = 0x1f1f031f; >> Is this for all CPUs or only the 3A5000? >> > Yes, env->fcsr0_mask = FCSR0_M1 | FCSR0_M2 | FCSR0_M3 = 0x1f1f031f;
Let's use "env->fcsr0_mask = FCSR0_M1 | FCSR0_M2 | FCSR0_M3;" then :) With review comment addressed: Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>