Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(14)

Unified Diff: src/arm/codegen-arm.cc

Issue 103603004: Fix comment on ARM code age patch first instruction Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/arm/codegen-arm.cc
diff --git a/src/arm/codegen-arm.cc b/src/arm/codegen-arm.cc
index 255e1f3fb8529e64f4c239e269ad549fd987fb3d..ebc1f9b0ac12a4fcd1a31c5fefedb82bef82966f 100644
--- a/src/arm/codegen-arm.cc
+++ b/src/arm/codegen-arm.cc
@@ -834,7 +834,7 @@ void MathExpGenerator::EmitMathExp(MacroAssembler* masm,
#undef __
#ifdef DEBUG
-// add(r0, pc, Operand(-8))
+// sub(r0, pc, Operand(8))
static const uint32_t kCodeAgePatchFirstInstruction = 0xe24f0008;
#endif
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698