mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-22 04:05:39 +00:00
GP-4072: Ignore artificial blocks when mapping modules.
This commit is contained in:
parent
14177c5374
commit
9f5bfd4c53
@ -66,7 +66,7 @@ public class DefaultModuleMapProposal
|
||||
// TODO: Determine how to handle these.
|
||||
return false;
|
||||
}
|
||||
if (block.isExternalBlock()) {
|
||||
if (block.isArtificial()) {
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user