Revision: 4193
Author: [email protected]
Date: Fri Mar 19 05:53:55 2010
Log: Fix presubmit errors.

I will lint my code, I will lint my code, I will lint my code. :)

[email protected]
Review URL: http://codereview.chromium.org/1115007
http://code.google.com/p/v8/source/detail?r=4193

Modified:
 /branches/bleeding_edge/src/x64/assembler-x64.h

=======================================
--- /branches/bleeding_edge/src/x64/assembler-x64.h     Fri Mar 19 05:26:45 2010
+++ /branches/bleeding_edge/src/x64/assembler-x64.h     Fri Mar 19 05:53:55 2010
@@ -743,8 +743,8 @@
void imul(Register dst, const Operand& src); // dst = dst * src. void imul(Register dst, Register src, Immediate imm); // dst = src * imm.
   // Signed 32-bit multiply instructions.
- void imull(Register dst, Register src); // dst = dst * src. - void imull(Register dst, Register src, Immediate imm); // dst = src * imm. + void imull(Register dst, Register src); // dst = dst * src. + void imull(Register dst, Register src, Immediate imm); // dst = src * imm.

   void incq(Register dst);
   void incq(const Operand& dst);

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

To unsubscribe from this group, send email to v8-dev+unsubscribegooglegroups.com or reply 
to this email with the words "REMOVE ME" as the subject.

Reply via email to