mirror of
https://github.com/holub/mame
synced 2025-05-22 13:48:55 +03:00
Fix compile error.
This commit is contained in:
parent
238a40f1b7
commit
d195592e6c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user