1
0
Fork 0

Fix Prefetch NOP.

This commit is contained in:
Max Neunhoeffer 2015-11-19 16:45:19 +01:00
parent de47cb4ad7
commit f604f1d434
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ static inline uint32_t TRI_64to32 (uint64_t x) {
/// (cache line) will be needed soon.
////////////////////////////////////////////////////////////////////////////////
static inline TRI_MemoryPrefetch (void* p) {
static inline void TRI_MemoryPrefetch (void* p) {
}
////////////////////////////////////////////////////////////////////////////////