Fix compile error.

This commit is contained in:
Wilbert Pol 2011-01-05 20:28:26 +00:00
parent 238a40f1b7
commit d195592e6c

View File

@ -217,7 +217,7 @@ drccodeptr *drc_cache::begin_codegen(UINT32 reserve_bytes)
{
// can't restart in the middle of codegen
assert(m_codegen == NULL);
assert(m_ooblist == NULL);
assert(m_ooblist.first() == NULL);
// if still no space, we just fail
drccodeptr ptr = m_top;