mirror of
https://github.com/holub/mame
synced 2025-07-03 17:08:39 +03:00
using semicolon for safety instead of curly brackets
This commit is contained in:
parent
d907a3198d
commit
e47c413320
@ -79,7 +79,7 @@ DONE (x) (p=partly) NMOS CMOS ESCC EMSCC
|
||||
// printf("TAG %lld %s%s Data:%d\n", machine().firstcpu->total_cycles(), __PRETTY_FUNCTION__, m_owner->tag(), data);
|
||||
|
||||
#define VERBOSE 0
|
||||
#define LOGPRINT(x) { do { if (VERBOSE) logerror x; } while (0); }
|
||||
#define LOGPRINT(x) do { if (VERBOSE) logerror x; } while (0);
|
||||
#define LOG(x) {} LOGPRINT(x)
|
||||
#define LOGR(x) {} LOGPRINT(x)
|
||||
#define LOGSETUP(x) {} LOGPRINT(x)
|
||||
|
Loading…
Reference in New Issue
Block a user