Revision: 21948
Author:   [email protected]
Date:     Mon Jun 23 17:17:01 2014 UTC
Log:      MIPS: Fix comment in r21905: "Support LiveEdit."

BUG=
[email protected]

Review URL: https://codereview.chromium.org/345243005
http://code.google.com/p/v8/source/detail?r=21948

Modified:
 /branches/bleeding_edge/src/mips/debug-mips.cc

=======================================
--- /branches/bleeding_edge/src/mips/debug-mips.cc Fri Jun 20 20:52:57 2014 UTC +++ /branches/bleeding_edge/src/mips/debug-mips.cc Mon Jun 23 17:17:01 2014 UTC
@@ -327,7 +327,7 @@
   __ lw(at, FieldMemOperand(at, SharedFunctionInfo::kCodeOffset));
   __ Addu(t9, at, Operand(Code::kHeaderSize - kHeapObjectTag));

-  // Re-run JSFunction, r1 is function, cp is context.
+  // Re-run JSFunction, a1 is function, cp is context.
   __ Jump(t9);
 }

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to