Merge branch 'GT-0_ghidra1_PR-1891_agatti_Pic17'

This commit is contained in:
ghidra1 2020-07-16 17:08:33 -04:00
commit a7ab44fc6e

View file

@ -1073,7 +1073,7 @@ public class Pic17c7xxAnalyzer extends AbstractAnalyzer {
Msg.warn(this, "Unhandled PCLATH change at: " + instr.getMinAddress());
}
}
else if (REG_MODIFICATION_MNEMONICS.contains(mnemonic)) {
else if (REG_S_MODIFICATION_MNEMONICS.contains(mnemonic)) {
pclathContext.setValueUnknown();
Msg.warn(this, "Unhandled PCLATH change at: " + instr.getMinAddress());
}