mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
Merge remote-tracking branch 'origin/GT-2820_caheckman_PR-364_achan1989_sleighParserFix' into patch
This commit is contained in:
commit
03ae66cb95
1 changed files with 7 additions and 0 deletions
|
@ -16,6 +16,13 @@ import DisplayParser, SemanticParser;
|
|||
gDisplayParser.setLexer(lexer);
|
||||
gSemanticParser.setLexer(lexer);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setEnv(ParsingEnvironment env) {
|
||||
super.setEnv(env);
|
||||
gDisplayParser.setEnv(env);
|
||||
gSemanticParser.setEnv(env);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue