* arc-opc.c: Include bfd.h.
[deliverable/binutils-gdb.git] / opcodes / openrisc-asm.c
index 13ba81f905ad9b4f82624bcc2529cae44fa97850..d47659b8c8fdf041a5b58666b09721db34c8555f 100644 (file)
@@ -176,8 +176,7 @@ const char * openrisc_cgen_parse_operand
 
    This function could be moved into `parse_insn_normal', but keeping it
    separate makes clear the interface between `parse_insn_normal' and each of
-   the handlers.
-*/
+   the handlers.  */
 
 const char *
 openrisc_cgen_parse_operand (cd, opindex, strp, fields)
@@ -493,7 +492,7 @@ parse_insn_normal (cd, insn, strp, fields)
        }
 
       /* We have an operand of some sort.  */
-      errmsg = openrisc_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.041331 seconds and 4 git commands to generate.