Revision: 14302
Author:   [email protected]
Date:     Wed Apr 17 03:25:36 2013
Log:      Typo fix

[email protected]

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

Modified:
 /branches/bleeding_edge/src/x64/code-stubs-x64.cc

=======================================
--- /branches/bleeding_edge/src/x64/code-stubs-x64.cc Wed Apr 17 02:54:17 2013 +++ /branches/bleeding_edge/src/x64/code-stubs-x64.cc Wed Apr 17 03:25:36 2013
@@ -4306,7 +4306,7 @@

 #ifdef _WIN64
     // On Win64 XMM6-XMM15 are callee-save
-    __ subq(rsp, Immediate(kCalleeSaveXMMRegisters * kFullXMMRegisterSize);
+ __ subq(rsp, Immediate(kCalleeSaveXMMRegisters * kFullXMMRegisterSize));
     __ movdqu(Operand(rsp, kFullXMMRegisterSize * 0), xmm6);
     __ movdqu(Operand(rsp, kFullXMMRegisterSize * 1), xmm7);
     __ movdqu(Operand(rsp, kFullXMMRegisterSize * 2), xmm8);

--
--
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/groups/opt_out.


Reply via email to