by eKaser <google@[EMAIL PROTECTED]
>
Jun 19, 2007 at 07:54 AM
On Jun 18, 8:23 am, jessicait...@[EMAIL PROTECTED]
wrote:
> I'm trying to modify a compiler lcc into a compiler with 16 bit and 32
> register.
>
> Please, somebody could help me?
> I modify the ops.c file, the bind.c file and the mips.md file.
> When i run my compilator i have this error:
> compiler error in _label --Bad terminal 4149.
> Thank you very much.
Search your mips.md file for "4149". That instruction is not being
handled
properly.
Everett Kaser