Reviewers: Dmitry Lomov (chromium),
Message:
Committed patchset #1 manually as r18193.
Description:
Fix NaCl build.
[email protected]
Committed: https://code.google.com/p/v8/source/detail?r=18193
Please review this at https://codereview.chromium.org/99093003/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files (+1, -1 lines):
M src/ic.cc
Index: src/ic.cc
diff --git a/src/ic.cc b/src/ic.cc
index
1ec9728ebf5f9beb1e9e616776181663a714e00f..08df2261fded944933ef595d3b325924cc1300ab
100644
--- a/src/ic.cc
+++ b/src/ic.cc
@@ -2619,7 +2619,7 @@ void BinaryOpIC::State::Update(Handle<Object> left,
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.