diff options
Diffstat (limited to 'string/test-memset.c')
-rw-r--r-- | string/test-memset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/string/test-memset.c b/string/test-memset.c index b49a2b6..f155d76 100644 --- a/string/test-memset.c +++ b/string/test-memset.c @@ -64,7 +64,7 @@ IMPL (MEMSET, 1) /* Naive implementation to verify results. */ CHAR * -inhibit_loop_to_libcall +test_cc_inhibit_loop_to_libcall SIMPLE_MEMSET (CHAR *s, int c, size_t n) { CHAR *r = s, *end = s + n; |