CPU/CodeCache: Fix crash when BIOS is missing

pull/474/head
Connor McLaughlin 6 years ago
parent 610cc74cb9
commit d5a5432a8b

@ -21,6 +21,7 @@ CodeCache::CodeCache() = default;
CodeCache::~CodeCache()
{
if (m_system)
Flush();
}

Loading…
Cancel
Save