aboutsummaryrefslogtreecommitdiff
path: root/vm/compiler/codegen/mips/CodegenFactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'vm/compiler/codegen/mips/CodegenFactory.cpp')
-rw-r--r--vm/compiler/codegen/mips/CodegenFactory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/compiler/codegen/mips/CodegenFactory.cpp b/vm/compiler/codegen/mips/CodegenFactory.cpp
index 1b604ec98..a1211cc70 100644
--- a/vm/compiler/codegen/mips/CodegenFactory.cpp
+++ b/vm/compiler/codegen/mips/CodegenFactory.cpp
@@ -296,7 +296,7 @@ static MipsLIR *genRegRegCheck(CompilationUnit *cUnit,
MipsLIR *branch = opCompareBranch(cUnit, kMipsBeqz, tReg, -1);
genCheckCommon(cUnit, dOffset, branch, pcrLabel);
} else {
- LOGE("Unexpected condition in genRegRegCheck: %d\n", (int) cond);
+ ALOGE("Unexpected condition in genRegRegCheck: %d\n", (int) cond);
dvmAbort();
}
return res;