diff options
Diffstat (limited to 'ports/sysdeps/alpha/memchr.c')
-rw-r--r-- | ports/sysdeps/alpha/memchr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/sysdeps/alpha/memchr.c b/ports/sysdeps/alpha/memchr.c index 67f718a50e..4f634cef7a 100644 --- a/ports/sysdeps/alpha/memchr.c +++ b/ports/sysdeps/alpha/memchr.c @@ -115,7 +115,7 @@ __memchr (const void *s, int xc, size_t n) s_align++; \ n -= 64; \ } while (0) - + /* While there's still lots more data to potentially be read, continue issuing prefetches for the 4th cacheline out. */ while (n >= 256) |