commit | 1e6eec8b33814aa09c988232f65d8ce6407d3312 | [log] [tgz] |
---|---|---|
author | Blue Swirl <blauwirbel@gmail.com> | Sat Sep 05 10:14:07 2009 +0000 |
committer | Blue Swirl <blauwirbel@gmail.com> | Sat Sep 05 10:14:07 2009 +0000 |
tree | b2b45910335440ee95f3ff8e870beeb7efa34cb1 | |
parent | f2818f22016b072388363dd56c0c8cd5dfb936bb [diff] [blame] |
Fix Sparse warnings: add "static" Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
diff --git a/target-i386/ops_sse.h b/target-i386/ops_sse.h index 47a01d4..709732a 100644 --- a/target-i386/ops_sse.h +++ b/target-i386/ops_sse.h
@@ -895,7 +895,7 @@ SSE_HELPER_CMP(cmpnle, FPU_CMPNLE) SSE_HELPER_CMP(cmpord, FPU_CMPORD) -const int comis_eflags[4] = {CC_C, CC_Z, 0, CC_Z | CC_P | CC_C}; +static const int comis_eflags[4] = {CC_C, CC_Z, 0, CC_Z | CC_P | CC_C}; void helper_ucomiss(Reg *d, Reg *s) {