mirror of https://gitee.com/bigwinds/arangodb
Fix Prefetch NOP.
This commit is contained in:
parent
de47cb4ad7
commit
f604f1d434
|
@ -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) {
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Reference in New Issue