mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
GP-0 Added missing x86 old language v2-v3 translators and corrected old
language file parse bug
This commit is contained in:
parent
82db482d96
commit
6f37dc4007
8 changed files with 60 additions and 1 deletions
|
@ -251,7 +251,9 @@ class OldLanguage implements Language {
|
|||
langDescription = parseDescription(element, version);
|
||||
}
|
||||
else if ("compiler".equals(elementName)) {
|
||||
associatedCompilerSpecs.add(parseCompilerSpecDescription(element));
|
||||
if (!descriptionOnly) {
|
||||
associatedCompilerSpecs.add(parseCompilerSpecDescription(element));
|
||||
}
|
||||
}
|
||||
else if ("spaces".equals(elementName)) {
|
||||
if (spacesFound) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue