This is the mail archive of the ecos-patches@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: mk_romfs fix for 64bit architectures


On Wed, Feb 15, 2006 at 08:22:04PM +0100, Peter Korsgaard wrote:
> >>>>> "Andrew" == Andrew Lunn <andrew@lunn.ch> writes:
> 
> Andrew> Hi Peter
> 
> Andrew> Please could you test this...
> 
> Certainly..
> 
>  // define SHORT to be a two byte unsigned integer on the host
> -#define SHORT   unsigned short
> +#define SHORT   uint8_t
> 
> This should ofcause be uint16_t.

Duh!

Thanks. Ive committed the fixed version.

        Andrew

Attachment: mk_romfs.diff
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]