diff options
Diffstat (limited to 'compiler/dex/quick/codegen_util.cc')
-rw-r--r-- | compiler/dex/quick/codegen_util.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/dex/quick/codegen_util.cc b/compiler/dex/quick/codegen_util.cc index d58015a979..6ccf252a14 100644 --- a/compiler/dex/quick/codegen_util.cc +++ b/compiler/dex/quick/codegen_util.cc @@ -991,7 +991,7 @@ void Mir2Lir::Materialize() { /* Convert LIR into machine code. */ AssembleLIR(); - if (cu_->verbose) { + if ((cu_->enable_debug & (1 << kDebugCodegenDump)) != 0) { CodegenDump(); } } |