Revision: 13594
Author:   [email protected]
Date:     Tue Feb  5 02:33:21 2013
Log:      Fix Win64 build

[email protected]

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

Modified:
 /branches/bleeding_edge/src/x64/deoptimizer-x64.cc

=======================================
--- /branches/bleeding_edge/src/x64/deoptimizer-x64.cc Tue Feb 5 00:09:32 2013 +++ /branches/bleeding_edge/src/x64/deoptimizer-x64.cc Tue Feb 5 02:33:21 2013
@@ -539,7 +539,7 @@
       Smi::FromInt(StackFrame::STUB_FAILURE_TRAMPOLINE));
   output_frame->SetFrameSlot(output_frame_offset, value);

-  int caller_arg_count = 0;
+  intptr_t caller_arg_count = 0;
   if (descriptor->stack_parameter_count_ != NULL) {
     caller_arg_count =
         input_->GetRegister(descriptor->stack_parameter_count_->code());

--
--
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