diff --git a/src/intel/compiler/jay/jay_builder.h b/src/intel/compiler/jay/jay_builder.h index e5cd7814e55..b0e401fc7a3 100644 --- a/src/intel/compiler/jay/jay_builder.h +++ b/src/intel/compiler/jay/jay_builder.h @@ -181,7 +181,7 @@ jay_collect(jay_builder *b, for (unsigned i = 1; i < nr; ++i) { if (indices[i] != (indices[0] + i)) { - static_assert(sizeof(uintptr_t) <= sizeof(uint64_t) && + static_assert(sizeof(uintptr_t) <= sizeof(uint64_t), "sorry, no Morello support"); void *dup = linear_memdup(b->shader->lin_ctx, indices, sizeof(uint32_t) * nr);