On 11.08.2017 15:15, Richard Henderson wrote: > On 08/11/2017 12:46 AM, David Hildenbrand wrote: >> + >> +static const char *cc_names[] = { >> + [CC_OP_CONST0] = "CC_OP_CONST0", > > This should get moved out of the header to the c file that uses it. > (Why it's ever there in the first place is a mystery...) > > Otherwise, > > Reviewed-by: Richard Henderson <richard.hender...@linaro.org> > > > r~ >
Thanks, I'll add a separate patch for that then! -- Thanks, David