diff options
-rw-r--r-- | dw/oofpositionedmgr.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/oofpositionedmgr.cc b/dw/oofpositionedmgr.cc index 334aed30..1e753bda 100644 --- a/dw/oofpositionedmgr.cc +++ b/dw/oofpositionedmgr.cc @@ -606,7 +606,7 @@ bool OOFPositionedMgr::isVPosComplete (Child *child) bool OOFPositionedMgr::isHPosCalculable (Child *child, bool allocated) { return - allocated || (isVPosComplete (child) && child->reference == container); + allocated || (isHPosComplete (child) && child->reference == container); } bool OOFPositionedMgr::isVPosCalculable (Child *child, bool allocated) |