| Index: src/mips/macro-assembler-mips.h
|
| diff --git a/src/mips/macro-assembler-mips.h b/src/mips/macro-assembler-mips.h
|
| index d994405c23c971ad79f9a06d31c55db13e70643f..fdcb9a51207e63d6412b8bd328e4248983d0d04a 100644
|
| --- a/src/mips/macro-assembler-mips.h
|
| +++ b/src/mips/macro-assembler-mips.h
|
| @@ -835,6 +835,7 @@ class MacroAssembler: public Assembler {
|
| bool can_have_holes);
|
|
|
| void LoadGlobalFunction(int index, Register function);
|
| + void LoadArrayFunction(Register function);
|
|
|
| // Load the initial map from the global function. The registers
|
| // function and map can be the same, function is then overwritten.
|
|
|