aboutsummaryrefslogtreecommitdiff
path: root/src/checker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/checker.cpp')
-rw-r--r--src/checker.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/checker.cpp b/src/checker.cpp
index 34fa91384..9568b8cfa 100644
--- a/src/checker.cpp
+++ b/src/checker.cpp
@@ -1792,7 +1792,7 @@ gb_internal void add_untyped(CheckerContext *c, Ast *expr, AddressingMode mode,
check_set_expr_info(c, expr, mode, type, value);
}
-struct TypeAndValueMutexStripes alignas(GB_CACHE_LINE_SIZE) {
+struct alignas(GB_CACHE_LINE_SIZE) TypeAndValueMutexStripes {
BlockingMutex mutex;
u8 padding[GB_CACHE_LINE_SIZE - gb_size_of(BlockingMutex)];
};