diff options
| author | Raghu Gandham <raghu@mips.com> | 2012-07-30 14:46:12 -0700 |
|---|---|---|
| committer | Elliott Hughes <enh@google.com> | 2012-07-31 13:52:22 -0700 |
| commit | fc3b0c4ba9e0ecabb0f6df1ceb6a3eb69da07c7b (patch) | |
| tree | 04deb7c81980a61e598da95bd73c19e19710ec91 /vm/compiler/codegen/mips/CodegenFactory.cpp | |
| parent | 37755063648910ee919c22c3d15cd57092026633 (diff) | |
Fix the MIPS build:
1. LOG->ALOG conversion
2. Remove Jumbo opcodes support
Change-Id: Ifbd1eae2f5e7a1cab5828ebfbdba380ad499abfd
Diffstat (limited to 'vm/compiler/codegen/mips/CodegenFactory.cpp')
| -rw-r--r-- | vm/compiler/codegen/mips/CodegenFactory.cpp | 2 |
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; |
