| Index: src/arm/macro-assembler-arm.h
|
| diff --git a/src/arm/macro-assembler-arm.h b/src/arm/macro-assembler-arm.h
|
| index d26eda7f8578cd7068b02498a815f3d7efeafa4a..0826b7d7f05362ae2fd51ff8402b5f538a8897d6 100644
|
| --- a/src/arm/macro-assembler-arm.h
|
| +++ b/src/arm/macro-assembler-arm.h
|
| @@ -514,6 +514,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.
|
|
|