Namespace cleanup for the tic4x target. Replace s/c4x/tic4x/ and s/c3x/tic3x/. 2003...
[binutils-gdb.git] / opcodes / openrisc-asm.c
index 96a6c4d2b7b3d2ea8815dec0c2680d05461b0aeb..d47659b8c8fdf041a5b58666b09721db34c8555f 100644 (file)
@@ -492,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;