aboutsummaryrefslogtreecommitdiff
path: root/vm/compiler/codegen/arm/CodegenCommon.c
diff options
context:
space:
mode:
authorDan Bornstein <danfuzz@android.com>2010-12-03 16:07:33 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2010-12-03 16:07:33 -0800
commit726447e33231327955849c9b0c91c72d0393475b (patch)
tree1c6bfee65fea808cef91b5cbbbea4fb037e0b78f /vm/compiler/codegen/arm/CodegenCommon.c
parent583e64606b4545bc8969fe391a55bb5d9c206edf (diff)
parentccaab18ae6d203108445fef7682065dfbb007657 (diff)
Merge "Another clarifying rename and a bit more automation." into dalvik-dev
Diffstat (limited to 'vm/compiler/codegen/arm/CodegenCommon.c')
-rw-r--r--vm/compiler/codegen/arm/CodegenCommon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/compiler/codegen/arm/CodegenCommon.c b/vm/compiler/codegen/arm/CodegenCommon.c
index 05cead3e7..4a2057976 100644
--- a/vm/compiler/codegen/arm/CodegenCommon.c
+++ b/vm/compiler/codegen/arm/CodegenCommon.c
@@ -30,7 +30,7 @@
static intptr_t templateEntryOffsets[TEMPLATE_LAST_MARK];
/* Track exercised opcodes */
-static int opcodeCoverage[kNumDalvikInstructions];
+static int opcodeCoverage[kNumPackedOpcodes];
static void setMemRefType(ArmLIR *lir, bool isLoad, int memType)
{