Previous 199869 Revisions Next

r36865 Wednesday 1st April, 2015 at 03:45:14 UTC by Alex W. Jackson
Fix accidentally reversed #if (nw)
[src/emu]emucore.h

trunk/src/emu/emucore.h
r245376r245377
373373//**************************************************************************
374374
375375// population count
376#if defined(__NetBSD__)
376#if !defined(__NetBSD__)
377377inline int popcount(UINT32 val)
378378{
379379   int count;


Previous 199869 Revisions Next


© 1997-2024 The MAME Team