changed the decoding log mask

This commit is contained in:
hyunghwan.chung 2018-02-06 13:50:47 +00:00
parent d4b5f75b30
commit 592278ba44

View File

@ -26,7 +26,7 @@
#include "moo-prv.h"
#define DECODE_LOG_MASK (MOO_LOG_MNEMONIC)
#define DECODE_LOG_MASK (MOO_LOG_MNEMONIC | MOO_LOG_DEBUG)
#if defined(NDEBUG)
/* get rid of instruction logging regardless of the log mask