mirror of
https://github.com/holub/mame
synced 2025-07-04 17:38:08 +03:00
Fix accidentally reversed #if (nw)
This commit is contained in:
parent
eb20ac67c1
commit
2bd0eb2b0d
@ -373,7 +373,7 @@ ATTR_NORETURN void fatalerror_exitcode(running_machine &machine, int exitcode, c
|
|||||||
//**************************************************************************
|
//**************************************************************************
|
||||||
|
|
||||||
// population count
|
// population count
|
||||||
#if defined(__NetBSD__)
|
#if !defined(__NetBSD__)
|
||||||
inline int popcount(UINT32 val)
|
inline int popcount(UINT32 val)
|
||||||
{
|
{
|
||||||
int count;
|
int count;
|
||||||
|
Loading…
Reference in New Issue
Block a user