mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-07 09:11:15 -09:00
Merge branch 'GT-0_ghidra1_PR-1891_agatti_Pic17'
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user