diff options
-rw-r--r-- | src/vendorcode/mediatek/mt8195/include/dramc_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vendorcode/mediatek/mt8195/include/dramc_common.h b/src/vendorcode/mediatek/mt8195/include/dramc_common.h index 393612c77d..b0a6e31064 100644 --- a/src/vendorcode/mediatek/mt8195/include/dramc_common.h +++ b/src/vendorcode/mediatek/mt8195/include/dramc_common.h @@ -249,7 +249,7 @@ #else #define mcSHOW_DBG_MSG(_x_) { if (0) { print _x_; } } #define mcSHOW_DBG_MSG2(_x_) { if (0) { print _x_; } } - #define mcSHOW_DBG_MSG3(_x_) + #define mcSHOW_DBG_MSG3(_x_) { if (0) { print _x_; } } #define mcSHOW_DBG_MSG4(_x_) { if (0) { print _x_; } } #define mcSHOW_DBG_MSG5(_x_) #define mcSHOW_DBG_MSG6(_x_) |