Corrected minor bug with fallthru override preventing jump override

This commit is contained in:
ghidra1
2019-09-27 12:26:32 -04:00
parent bae74a5e61
commit 66299066e2
@@ -816,8 +816,8 @@ public abstract class PcodeEmit {
dest.space = fallOverride.getAddressSpace();
dest.offset = fallOverride.getOffset();
dest.size = dest.space.getPointerSize();
return opcode;
}
return opcode;
}
//if there is an overriding jump reference, change a conditional jump to an