diff options
Diffstat (limited to 'opcodes/xstormy16-asm.c')
-rw-r--r-- | opcodes/xstormy16-asm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/xstormy16-asm.c b/opcodes/xstormy16-asm.c index 3f26b18..047339d 100644 --- a/opcodes/xstormy16-asm.c +++ b/opcodes/xstormy16-asm.c @@ -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; |