diff --git a/VERSION b/VERSION index 9517eff6..d96b2377 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.3.614 +8.3.615 diff --git a/ext2spice/ext2hier.c b/ext2spice/ext2hier.c index 4a4c54a1..fb969691 100644 --- a/ext2spice/ext2hier.c +++ b/ext2spice/ext2hier.c @@ -634,7 +634,7 @@ subcktHierVisit( if (hasports || is_top) return subcktVisit(use, hierName, is_top); - else if (def->def_flags & DEF_NODEVICES) + else if ((def->def_flags & DEF_NODEVICES) && (!isStub)) return 0; else return subcktVisit(use, hierName, is_top);