summaryrefslogtreecommitdiff
path: root/src/compiler/codegen/arm/CodegenCommon.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler/codegen/arm/CodegenCommon.cc')
-rw-r--r--src/compiler/codegen/arm/CodegenCommon.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/codegen/arm/CodegenCommon.cc b/src/compiler/codegen/arm/CodegenCommon.cc
index 4a2768c02d..9b71b14b83 100644
--- a/src/compiler/codegen/arm/CodegenCommon.cc
+++ b/src/compiler/codegen/arm/CodegenCommon.cc
@@ -283,7 +283,7 @@ STATIC ArmLIR* newLIR3(CompilationUnit* cUnit, ArmOpcode opcode,
DCHECK(isPseudoOpcode(opcode) ||
(EncodingMap[opcode].flags & IS_TERTIARY_OP))
<< (int)opcode << " "
- << PrettyMethod(cUnit->method) << " "
+ << PrettyMethod(cUnit->method_idx, *cUnit->dex_file) << " "
<< cUnit->currentDalvikOffset;
insn->opcode = opcode;
insn->operands[0] = dest;