Skip to content

Commit

Permalink
Merge remote-tracking branch
Browse files Browse the repository at this point in the history
'origin/GP-4072_Dan_moduleMapProposals--SQUASHED' (Closes #5994)
  • Loading branch information
ryanmkurtz committed Mar 8, 2024
2 parents 1cc9aba + 9f5bfd4 commit 4e8a0c3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -66,7 +66,7 @@ public static boolean includeBlock(Program program, MemoryBlock block) {
// TODO: Determine how to handle these.
return false;
}
if (block.isExternalBlock()) {
if (block.isArtificial()) {
return false;
}
return true;
Expand Down

0 comments on commit 4e8a0c3

Please sign in to comment.