Revision: 18193
Author:   [email protected]
Date:     Mon Dec  2 13:40:14 2013 UTC
Log:      Fix NaCl build.

[email protected]

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

Modified:
 /branches/bleeding_edge/src/ic.cc

=======================================
--- /branches/bleeding_edge/src/ic.cc   Mon Dec  2 13:14:07 2013 UTC
+++ /branches/bleeding_edge/src/ic.cc   Mon Dec  2 13:40:14 2013 UTC
@@ -2619,7 +2619,7 @@
   left_kind_ = UpdateKind(left, left_kind_);
   right_kind_ = UpdateKind(right, right_kind_);

-  int32_t fixed_right_arg_value;
+  int32_t fixed_right_arg_value = 0;
   bool has_fixed_right_arg =
       op_ == Token::MOD &&
       right->ToInt32(&fixed_right_arg_value) &&

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