edit scripts
[c11concurrency-benchmarks.git] / bugreports / silo.1
1 diff --git a/silo/ticker.h b/silo/ticker.h
2 index 8277fd1..8096a71 100644
3 --- a/silo/ticker.h
4 +++ b/silo/ticker.h
5 @@ -28,7 +28,7 @@ public:
6    inline uint64_t
7    global_current_tick() const
8    {
9 -    return current_tick_.load(std::memory_order_acquire);
10 +    return current_tick_.load();
11    }
12  
13    inline uint64_t