On 21 January 2014 19:37, Richard Henderson <r...@twiddle.net> wrote:
> On 01/17/2014 10:44 AM, Peter Maydell wrote:
>> +                NeonGenFn *ceqtstfns[3][2] = {
>
> You want all of these arrays to be static and const:
>
>   static NeonGenFn * const ceqtstfns[3][2] = ...

I confess I couldn't figure out the right place to
put the 'const' to placate the compiler :-)

thanks
-- PMM

Reply via email to