Disabling logging.

This commit is contained in:
Ben Vanik 2014-01-28 10:46:40 -08:00
parent 465c3a41dd
commit 0ff1fe93af
1 changed files with 4 additions and 4 deletions

View File

@ -40,10 +40,10 @@ namespace ivm {
#define DPRINT
#define DFLUSH()
#define IPRINT if (ics.thread_state->thread_id() == 1) printf
#define IFLUSH() fflush(stdout)
#define DPRINT if (ics.thread_state->thread_id() == 1) printf
#define DFLUSH() fflush(stdout)
//#define IPRINT if (ics.thread_state->thread_id() == 1) printf
//#define IFLUSH() fflush(stdout)
//#define DPRINT if (ics.thread_state->thread_id() == 1) printf
//#define DFLUSH() fflush(stdout)
#if XE_CPU_BIGENDIAN
#define VECB16(v,n) (v.b16[n])