mirror of git://sourceware.org/git/glibc.git
Fix trailing blank.
This commit is contained in:
parent
d9014c080a
commit
b13c7b55ed
|
@ -172,7 +172,7 @@
|
||||||
#if (PREFETCH_STORE_HINT == PREFETCH_HINT_PREPAREFORSTORE) \
|
#if (PREFETCH_STORE_HINT == PREFETCH_HINT_PREPAREFORSTORE) \
|
||||||
&& ((PREFETCH_CHUNK * 4) < MAX_PREFETCH_SIZE)
|
&& ((PREFETCH_CHUNK * 4) < MAX_PREFETCH_SIZE)
|
||||||
/* We cannot handle this because the initial prefetches may fetch bytes that
|
/* We cannot handle this because the initial prefetches may fetch bytes that
|
||||||
* are before the buffer being copied. We start copies with an offset
|
* are before the buffer being copied. We start copies with an offset
|
||||||
* of 4 so avoid this situation when using PREPAREFORSTORE. */
|
* of 4 so avoid this situation when using PREPAREFORSTORE. */
|
||||||
#error "PREFETCH_CHUNK is too large and/or MAX_PREFETCH_SIZE is too small."
|
#error "PREFETCH_CHUNK is too large and/or MAX_PREFETCH_SIZE is too small."
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue