(svn r10301) -Fix [FS#901, YAPF]: another assert violation in some special cases (immeR)

This commit is contained in:
KUDr
2007-06-24 13:18:54 +00:00
parent c600158c1d
commit ef4c335cb4
6 changed files with 303 additions and 151 deletions

View File

@@ -213,7 +213,7 @@ public:
m_stats_cache_hits++;
}
bool bValid = Yapf().PfCalcCost(n, tf);
bool bValid = Yapf().PfCalcCost(n, &tf);
if (bCached) {
Yapf().PfNodeCacheFlush(n);