mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
Merge remote-tracking branch 'origin/GT-3149_ghidra1_PE_ARM'
This commit is contained in:
commit
bc76ea6ae5
11 changed files with 121 additions and 28 deletions
|
@ -369,7 +369,10 @@ public class SleighLanguageProvider implements LanguageProvider {
|
|||
catch (SleighException ex) { // Error with the manual shouldn't prevent language from loading
|
||||
Msg.error(this, ex.getMessage());
|
||||
}
|
||||
descriptions.put(id, description);
|
||||
if (descriptions.put(id, description) != null) {
|
||||
Msg.showError(this, null, "Duplicate Sleigh Language ID",
|
||||
"Language " + id + " previously defined: " + defsFile);
|
||||
}
|
||||
}
|
||||
parser.end(start);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue