Revision: 22871
Author:   [email protected]
Date:     Tue Aug  5 13:06:17 2014 UTC
Log:      Another Win64 fix.

[email protected]

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

Modified:
 /branches/bleeding_edge/src/compiler/x64/code-generator-x64.cc

=======================================
--- /branches/bleeding_edge/src/compiler/x64/code-generator-x64.cc Tue Aug 5 12:38:19 2014 UTC +++ /branches/bleeding_edge/src/compiler/x64/code-generator-x64.cc Tue Aug 5 13:06:17 2014 UTC
@@ -687,7 +687,7 @@
   // last output of the instruction.
   Label check;
   DCHECK_NE(0, instr->OutputCount());
-  Register reg = i.OutputRegister(instr->OutputCount() - 1);
+ Register reg = i.OutputRegister(static_cast<int>(instr->OutputCount() - 1));
   Condition cc = no_condition;
   switch (condition) {
     case kUnorderedEqual:

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