From fc3b0c4ba9e0ecabb0f6df1ceb6a3eb69da07c7b Mon Sep 17 00:00:00 2001 From: Raghu Gandham Date: Mon, 30 Jul 2012 14:46:12 -0700 Subject: Fix the MIPS build: 1. LOG->ALOG conversion 2. Remove Jumbo opcodes support Change-Id: Ifbd1eae2f5e7a1cab5828ebfbdba380ad499abfd --- vm/compiler/codegen/mips/CodegenFactory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vm/compiler/codegen/mips/CodegenFactory.cpp') 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; -- cgit v1.2.3