Fix binary_info compilation in C++ due to out-of-order designated initialisers (#2438)

This commit is contained in:
Andrew Brock 2025-05-05 03:57:04 +10:00 committed by GitHub
parent 4bbd53371e
commit ec25563b82
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -156,8 +156,8 @@ static const struct _binary_info_named_group __bi_lineno_var_name = { \
.tag = _parent_tag, \
},\
.parent_id = _parent_id, \
.group_tag = _group_tag, \
.flags = _flags, \
.group_tag = _group_tag, \
.group_id = _group_id, \
.label = _label \
}