X-Git-Url: http://drtracing.org/?a=blobdiff_plain;ds=sidebyside;f=opcodes%2Fcgen-asm.in;h=525177c79d0937df1d261b51b9bc9db48c30d14a;hb=d7de8249f067d69d47f230d2d402b68f12f51205;hp=475a4f14690416d91991267d07abfc3f26f4e9d6;hpb=37111cc7285ddcb9fbbc07ed43ecf344a3f4ee2f;p=deliverable%2Fbinutils-gdb.git diff --git a/opcodes/cgen-asm.in b/opcodes/cgen-asm.in index 475a4f1469..525177c79d 100644 --- a/opcodes/cgen-asm.in +++ b/opcodes/cgen-asm.in @@ -275,7 +275,7 @@ parse_insn_normal (cd, insn, strp, fields) } /* We have an operand of some sort. */ - errmsg = @arch@_cgen_parse_operand (cd, CGEN_SYNTAX_FIELD (*syn), + errmsg = cd->parse_operand (cd, CGEN_SYNTAX_FIELD (*syn), &str, fields); if (errmsg) return errmsg;