On Wed, Jun 16, 2010 at 4:03 PM, Rudolf Marek <[email protected]> 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

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to