We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PatternLanguage::getPatternsAtAddress()
1 parent 5a83e9e commit 740406aCopy full SHA for 740406a
1 file changed
lib/source/pl/pattern_language.cpp
@@ -535,7 +535,7 @@ namespace pl {
535
536
// Handle static array members
537
if (parent != nullptr) {
538
- parent->setOffset(interval.interval.start);
+ parent->setOffset(interval.interval.start - (value->getOffset() - parent->getOffset()));
539
parent->clearFormatCache();
540
value->clearFormatCache();
541
}
0 commit comments