| 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 |
| r245376 | r245377 | |
|---|---|---|
| 373 | 373 | //************************************************************************** |
| 374 | 374 | |
| 375 | 375 | // population count |
| 376 | #if defined(__NetBSD__) | |
| 376 | #if !defined(__NetBSD__) | |
| 377 | 377 | inline int popcount(UINT32 val) |
| 378 | 378 | { |
| 379 | 379 | int count; |
| https://github.com/mamedev/mame/commit/2bd0eb2b0d39b7980750dbad0df400bad394762e |
| Previous | 199869 Revisions | Next |