mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
Merge branch 'patch'
Conflicts: gradleScripts/distribution.gradle
This commit is contained in:
commit
1cae5552f6
23 changed files with 604 additions and 520 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