insn.reset_vloop_check();
#ifdef INSN_C_BEQZ
fprintf(stderr, "pre twin reg %s src %d dest %d pred %lx %lx\n",
- xstr(INSN), *target_reg, *dest_offs, target_pred, dest_pred);
+ xstr(INSN), _target_reg, *dest_offs, target_pred, dest_pred);
#endif
#ifdef INSN_CATEGORY_TWINPREDICATION
if (*src_offs >= vlen) {
#ifdef INSN_C_BEQZ
fprintf(stderr, "pre %s %x vloop %d %d %d" \
"vlen %d stop %d pred %lx rdv %lx rvc_rs1 %d\n",
- xstr(INSN), INSNCODE, voffs, *target_reg, *dest_offs,
+ xstr(INSN), INSNCODE, voffs, _target_reg, *dest_offs,
vlen, insn.stop_vloop(),
dest_pred & (1<<voffs), READ_REG(insn._rvc_rs1s()),
insn._rvc_rs1s());