From 592278ba44b2541d3daf4017f663cf2de38e15a6 Mon Sep 17 00:00:00 2001 From: "hyunghwan.chung" Date: Tue, 6 Feb 2018 13:50:47 +0000 Subject: [PATCH] changed the decoding log mask --- moo/lib/decode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moo/lib/decode.c b/moo/lib/decode.c index e21e824..866ce38 100644 --- a/moo/lib/decode.c +++ b/moo/lib/decode.c @@ -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