mirror of
https://github.com/holub/mame
synced 2025-07-03 17:08:39 +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
|
||||
#if defined(__NetBSD__)
|
||||
#if !defined(__NetBSD__)
|
||||
inline int popcount(UINT32 val)
|
||||
{
|
||||
int count;
|
||||
|
Loading…
Reference in New Issue
Block a user