mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-05 08:14:19 +08:00
Fix building for the s390 target with clang
This commit is contained in:
parent
d81251ee1f
commit
6c0c7d489b
@ -262,9 +262,10 @@ const struct s390_operand s390_operands[] =
|
||||
|
||||
};
|
||||
|
||||
static inline void unused_s390_operands_static_asserts(void)
|
||||
static inline void ATTRIBUTE_UNUSED
|
||||
unused_s390_operands_static_asserts (void)
|
||||
{
|
||||
static_assert(ARRAY_SIZE(s390_operands) - 1 == J32_16);
|
||||
static_assert (ARRAY_SIZE (s390_operands) - 1 == J32_16);
|
||||
}
|
||||
|
||||
/* Macros used to form opcodes. */
|
||||
|
Loading…
Reference in New Issue
Block a user