mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 12:00:04 +02:00
Merge branch 'GT-0_ghidra1_PR-1891_agatti_Pic17'
This commit is contained in:
commit
a7ab44fc6e
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue