From: danno@chromium.org Date: Wed, 30 Jan 2013 16:12:04 +0000 (+0000) Subject: MIPS: Fix Mac problem with stubs initialization X-Git-Tag: upstream/4.7.83~15163 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=46bc919b472e8654a8554c8b64d6a1ca4e099a20;p=platform%2Fupstream%2Fv8.git MIPS: Fix Mac problem with stubs initialization Port r13542 (d3217e18) BUG= TEST= Review URL: https://codereview.chromium.org/12091042 Patch from Akos Palfi . git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@13561 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- diff --git a/src/mips/lithium-codegen-mips.cc b/src/mips/lithium-codegen-mips.cc index f4f0b2f..13dd63c 100644 --- a/src/mips/lithium-codegen-mips.cc +++ b/src/mips/lithium-codegen-mips.cc @@ -67,8 +67,6 @@ bool LCodeGen::GenerateCode() { status_ = GENERATING; CpuFeatures::Scope scope(FPU); - CodeStub::GenerateFPStubs(); - // Open a frame scope to indicate that there is a frame on the stack. The // NONE indicates that the scope shouldn't actually generate code to set up // the frame (that is done in GeneratePrologue).