diff options
| author | Dan Bornstein <danfuzz@android.com> | 2010-12-03 16:07:33 -0800 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2010-12-03 16:07:33 -0800 |
| commit | 726447e33231327955849c9b0c91c72d0393475b (patch) | |
| tree | 1c6bfee65fea808cef91b5cbbbea4fb037e0b78f /vm/compiler/codegen/arm/CodegenCommon.c | |
| parent | 583e64606b4545bc8969fe391a55bb5d9c206edf (diff) | |
| parent | ccaab18ae6d203108445fef7682065dfbb007657 (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.c | 2 |
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) { |
