diff --git a/ompi/mca/btl/vader/btl_vader.h b/ompi/mca/btl/vader/btl_vader.h index ffe129f9ef..fdea5f6d31 100644 --- a/ompi/mca/btl/vader/btl_vader.h +++ b/ompi/mca/btl/vader/btl_vader.h @@ -148,7 +148,7 @@ static inline uintptr_t get_mask (uintptr_t x) x |= (x >> 8); x |= (x >> 16); x |= (x >> 32); - return (x >> 1) + 1; + return (x >> 1); } /* look up the remote pointer in the peer rcache and attach if