Commit 620c985a authored by bmeurer@chromium.org's avatar bmeurer@chromium.org

Fix NaCl build.

TBR=dslomov@chromium.org

Review URL: https://codereview.chromium.org/99093003

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@18193 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 9b892b86
......@@ -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) &&
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment