summaryrefslogtreecommitdiff
path: root/src/compiler/codegen/arm/ArchUtility.cc
diff options
context:
space:
mode:
author buzbee <buzbee@google.com> 2011-09-09 14:44:52 -0700
committer Bill Buzbee <buzbee@google.com> 2011-09-10 15:21:01 -0700
commit5ade1d255ef1b5022321ac20493208703b34d2b1 (patch)
tree60098d280b1b5be925d431654cba4b14d5756eec /src/compiler/codegen/arm/ArchUtility.cc
parent1240dade91d6c4bbf4e367ca608fcdc15348da45 (diff)
Complete compiler portion of exception handling
Will still need much testing once the runtime portions are in place. Change-Id: I90fc7c1fd89bfae89dfd19a6e422024b6b5454ec
Diffstat (limited to 'src/compiler/codegen/arm/ArchUtility.cc')
-rw-r--r--src/compiler/codegen/arm/ArchUtility.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/compiler/codegen/arm/ArchUtility.cc b/src/compiler/codegen/arm/ArchUtility.cc
index e51774e7b2..6f435e77fd 100644
--- a/src/compiler/codegen/arm/ArchUtility.cc
+++ b/src/compiler/codegen/arm/ArchUtility.cc
@@ -351,6 +351,9 @@ void oatDumpLIRInsn(CompilationUnit* cUnit, LIR* arg, unsigned char* baseAddr)
case kArmPseudoNormalBlockLabel:
LOG(INFO) << "L" << (intptr_t)lir << ":";
break;
+ case kArmPseudoThrowTarget:
+ LOG(INFO) << "LT" << (intptr_t)lir << ":";
+ break;
case kArmPseudoCaseLabel:
LOG(INFO) << "LC" << (intptr_t)lir << ": Case target 0x" <<
std::hex << lir->operands[0] << "|" << std::dec <<