Reviewers: Sven Panne,

Description:
Typo fix

[email protected]

Please review this at https://codereview.chromium.org/13996010/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files:
  M src/x64/code-stubs-x64.cc


Index: src/x64/code-stubs-x64.cc
diff --git a/src/x64/code-stubs-x64.cc b/src/x64/code-stubs-x64.cc
index d1755c3105ee5eb3e369e6bd8e8cd1fb198ae9ee..787c7fb51860bbe4941e2ff9aee2a974310c056f 100644
--- a/src/x64/code-stubs-x64.cc
+++ b/src/x64/code-stubs-x64.cc
@@ -4306,7 +4306,7 @@ void JSEntryStub::GenerateBody(MacroAssembler* masm, bool is_construct) {

 #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