diff options
Diffstat (limited to 'src/ioq.c')
-rw-r--r-- | src/ioq.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -177,7 +177,7 @@ typedef atomic uintptr_t ioq_slot; #define IOQ_SKIP_ONE (~IOQ_BLOCKED) // Need room for two flag bits -bfs_static_assert(alignof(struct ioq_ent) > 2); +bfs_static_assert(alignof(struct ioq_ent) >= (1 << 2)); /** * An MPMC queue of I/O commands. |