On 2/14/23 09:42, Fabiano Rosas wrote:
@@ -310,8 +313,8 @@ int arm_gen_dynamic_svereg_xml(CPUState *cs, int base_reg) g_string_append_printf(s, "<reg name=\"fpcr\" bitsize=\"32\"" " regnum=\"%d\" group=\"float\"" " type=\"int\"/>", base_reg++); - info->num += 2;+ /* Define the predicate registers. */for (i = 0; i < 16; i++) {There's a info->num++; at the end of this loop.
Good catch, thanks. r~