mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
Merge remote-tracking branch 'origin/GP-1772_correct_langauge_usage'
Conflicts: Ghidra/Features/Base/ghidra_scripts/ReloadSleighLangauge.java
This commit is contained in:
commit
5e6c267093
8 changed files with 54 additions and 11 deletions
|
@ -245,7 +245,7 @@ public class WatchRow {
|
|||
Language newLanguage = trace.getBaseLanguage();
|
||||
if (language != newLanguage) {
|
||||
if (!(newLanguage instanceof SleighLanguage)) {
|
||||
error = new RuntimeException("Not a sleigh-based langauge");
|
||||
error = new RuntimeException("Not a sleigh-based language");
|
||||
return;
|
||||
}
|
||||
language = (SleighLanguage) newLanguage;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue