[coreboot] rommcc bugs

Myles Watson mylesgw at gmail.com
Thu Jun 17 00:14:11 CEST 2010


On Wed, Jun 16, 2010 at 4:03 PM, Rudolf Marek <r.marek at assembler.cz> wrote:
> Hm,
>
> It does not work here. If i change it I still got

You're right.  I added TYPE_UCHAR:

before:
       case TYPE_CHAR:
       case TYPE_INT:   case TYPE_UINT:

after:
       case TYPE_CHAR: case TYPE_UCHAR:
       case TYPE_INT:   case TYPE_UINT:

I don't know how safe that is, but it seems like it should work.  I
don't know the difference between constants that are unsigned or
signed characters.  In the past it's been better to work around romcc
than modify it unless Eric helps.

Sorry for the confusion.  I thought I changed it back before I tried it last.

Thanks,
Myles




More information about the coreboot mailing list