|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] qemu repositories
On Thu, Apr 16, 2009 at 6:51 AM, Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> wrote:
> Mark Johnson writes ("[Xen-devel] qemu repositories"):
>> "hw/vga.c" line 1228 of 2832 --43%-- col 31
>> --
>> static rgb_to_pixel_dup_func *rgb_to_pixel_dup_table[NB_DEPTHS];
>>
>> "hw/vga.c" line 1492 of 2832 --52%-- col 31
>> --
>> static rgb_to_pixel_dup_func *rgb_to_pixel_dup_table[NB_DEPTHS] = {
>> rgb_to_pixel8_dup,
>
> The earlier declaration is necessary because the table is referred to
> in the intervening code. My compiler doesn't warn about this.
>
> Can you try this change and let me know if it helps ?
Yes, that works fine..
Thanks,
MRJ
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|