Skip to content

Commit

Permalink
MIPS: Add InternalArrayCodeGeneric
Browse files Browse the repository at this point in the history
Port r10308 (4e74cc8)

BUG=
TEST=

Review URL: http://codereview.chromium.org/9078002
Patch from Gergely Kis <gergely@homejinni.com>.

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@10326 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  • Loading branch information
danno@chromium.org committed Jan 4, 2012
1 parent f6e2858 commit e74cfb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mips/builtins-mips.cc
Expand Up @@ -472,7 +472,7 @@ void Builtins::Generate_InternalArrayCode(MacroAssembler* masm) {
__ bind(&generic_array_code);

Handle<Code> array_code =
masm->isolate()->builtins()->ArrayCodeGeneric();
masm->isolate()->builtins()->InternalArrayCodeGeneric();
__ Jump(array_code, RelocInfo::CODE_TARGET);
}

Expand Down

0 comments on commit e74cfb3

Please sign in to comment.