Move register definitions and macros out of interp.c and into sim-main.h

This commit is contained in:
Andrew Cagney
1997-10-16 03:50:48 +00:00
parent 085c1cb988
commit ea985d2472
4 changed files with 362 additions and 274 deletions

View File

@ -2759,7 +2759,7 @@ build_instruction (doisa, features, mips16, insn)
break ;
case DECODE:
printf(" decode_coproc(instruction);\n");
printf(" DecodeCoproc(instruction);\n");
break ;
case CACHE: