mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
pattern: Added [[no_unique_address]]attribute
This commit is contained in:
@@ -693,6 +693,8 @@ namespace hex::pl {
|
||||
pattern->setComment(*value);
|
||||
} else if (name == "hidden" && noValue()) {
|
||||
pattern->setHidden(true);
|
||||
} else if (name == "no_unique_address" && noValue()) {
|
||||
endOffset -= pattern->getSize();
|
||||
} else if (name == "inline" && noValue()) {
|
||||
auto inlinable = dynamic_cast<Inlinable*>(pattern);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user