Regenerate.

This commit is contained in:
Alan Modra 2007-03-08 11:14:20 +00:00
parent 6f12865c0e
commit 1620f33de1
14 changed files with 69 additions and 19 deletions

View file

@ -391,6 +391,9 @@ xc16x_cgen_init_asm (CGEN_CPU_DESC cd)
xc16x_cgen_init_ibld_table (cd);
cd->parse_handlers = & xc16x_cgen_parse_handlers[0];
cd->parse_operand = xc16x_cgen_parse_operand;
#ifdef CGEN_ASM_INIT_HOOK
CGEN_ASM_INIT_HOOK
#endif
}