* Makefile.am: Run "make dep-am".
[deliverable/binutils-gdb.git] / opcodes / xstormy16-asm.c
index 3f26b18562ccb9ada3eedd540961bc82033153dc..047339dadd8423cbf47a7869d41ea1c543474402 100644 (file)
@@ -479,7 +479,7 @@ parse_insn_normal (cd, insn, strp, fields)
        }
 
       /* We have an operand of some sort.  */
-      errmsg = xstormy16_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.026547 seconds and 4 git commands to generate.