|
@@ -2285,7 +2285,7 @@ static void gen_VZEROALL(DisasContext *s, CPUX86State *env, X86DecodedInsn *deco
|
|
|
{
|
|
|
TCGv_ptr ptr = tcg_temp_new_ptr();
|
|
|
|
|
|
- tcg_gen_addi_ptr(ptr, cpu_env, offsetof(CPUX86State, xmm_t0));
|
|
|
+ tcg_gen_addi_ptr(ptr, cpu_env, offsetof(CPUX86State, xmm_regs));
|
|
|
gen_helper_memset(ptr, ptr, tcg_constant_i32(0),
|
|
|
tcg_constant_ptr(CPU_NB_REGS * sizeof(ZMMReg)));
|
|
|
}
|