[ opcodes/ChangeLog ]
[deliverable/binutils-gdb.git] / opcodes / cgen-asm.in
index 475a4f14690416d91991267d07abfc3f26f4e9d6..525177c79d0937df1d261b51b9bc9db48c30d14a 100644 (file)
@@ -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;
This page took 0.023432 seconds and 4 git commands to generate.