Revision 1e6eec8b target-i386/ops_sse.h

b/target-i386/ops_sse.h
895 895
SSE_HELPER_CMP(cmpnle, FPU_CMPNLE)
896 896
SSE_HELPER_CMP(cmpord, FPU_CMPORD)
897 897

  
898
const int comis_eflags[4] = {CC_C, CC_Z, 0, CC_Z | CC_P | CC_C};
898
static const int comis_eflags[4] = {CC_C, CC_Z, 0, CC_Z | CC_P | CC_C};
899 899

  
900 900
void helper_ucomiss(Reg *d, Reg *s)
901 901
{

Also available in: Unified diff