diff options
Diffstat (limited to 'vm/compiler/codegen/arm/ArchFactory.cpp')
| -rw-r--r-- | vm/compiler/codegen/arm/ArchFactory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/compiler/codegen/arm/ArchFactory.cpp b/vm/compiler/codegen/arm/ArchFactory.cpp index 5a03b17ad..2daa7bcba 100644 --- a/vm/compiler/codegen/arm/ArchFactory.cpp +++ b/vm/compiler/codegen/arm/ArchFactory.cpp @@ -40,7 +40,7 @@ static TGT_LIR *genRegImmCheck(CompilationUnit *cUnit, branch->generic.target = (LIR *) exceptionLabel; return exceptionLabel; } else { - LOGE("Catch blocks not handled yet"); + ALOGE("Catch blocks not handled yet"); dvmAbort(); return NULL; } |
