Fix accidentally reversed #if (nw)

This commit is contained in:
Alex W. Jackson 2015-03-31 23:45:14 -04:00
parent eb20ac67c1
commit 2bd0eb2b0d

View File

@ -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;