From: svenpanne@chromium.org Date: Mon, 27 Aug 2012 09:05:07 +0000 (+0000) Subject: Unbreak MIPS build. X-Git-Tag: upstream/4.7.83~16101 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a30eab48cf41cb456d634463ad7a771e41586fe2;p=platform%2Fupstream%2Fv8.git Unbreak MIPS build. TBR=vegorov@chromium.org Review URL: https://chromiumcodereview.appspot.com/10868102 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@12382 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- diff --git a/src/mips/lithium-mips.cc b/src/mips/lithium-mips.cc index 905b90b..93100d0 100644 --- a/src/mips/lithium-mips.cc +++ b/src/mips/lithium-mips.cc @@ -880,7 +880,9 @@ LEnvironment* LChunkBuilder::CreateEnvironment( } else { op = UseAny(value); } - result->AddValue(op, value->representation()); + result->AddValue(op, + value->representation(), + value->CheckFlag(HInstruction::kUint32)); } if (hydrogen_env->frame_type() == JS_FUNCTION) {