mirror of
https://github.com/holub/mame
synced 2025-05-25 15:25:33 +03:00
fix Linux compile (nw)
This commit is contained in:
parent
4657631288
commit
b844c99768
@ -158,7 +158,7 @@ public:
|
|||||||
for (entry_t *entry = m_table[fullhash % ARRAY_LENGTH(m_table)]; entry != NULL; entry = entry->next())
|
for (entry_t *entry = m_table[fullhash % ARRAY_LENGTH(m_table)]; entry != NULL; entry = entry->next())
|
||||||
if (entry->fullhash() == fullhash && entry->tag() == tag)
|
if (entry->fullhash() == fullhash && entry->tag() == tag)
|
||||||
return entry->object();
|
return entry->object();
|
||||||
return NULL;
|
return (_ElementType)NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
// find by tag without checking anything but the hash
|
// find by tag without checking anything but the hash
|
||||||
|
Loading…
Reference in New Issue
Block a user