diff options
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 75134bf88..2555a8dbc 100644 --- a/vm/compiler/codegen/arm/CodegenCommon.c +++ b/vm/compiler/codegen/arm/CodegenCommon.c @@ -69,7 +69,7 @@ static void setMemRefType(ArmLIR *lir, bool isLoad, int memType) } /* - * Mark load/store instructions that access Dalvik registers through rFP + + * Mark load/store instructions that access Dalvik registers through r5FP + * offset. */ static void annotateDalvikRegAccess(ArmLIR *lir, int regId, bool isLoad) |
