| Index: src/ia32/macro-assembler-ia32.h
|
| diff --git a/src/ia32/macro-assembler-ia32.h b/src/ia32/macro-assembler-ia32.h
|
| index 8c893dcdaffe5692101d86bf94e20b2450fb4b2c..65899cedb05cfa43b302dedbc2e9874a83c0c165 100644
|
| --- a/src/ia32/macro-assembler-ia32.h
|
| +++ b/src/ia32/macro-assembler-ia32.h
|
| @@ -249,6 +249,8 @@ class MacroAssembler: public Assembler {
|
| Register map_out,
|
| bool can_have_holes);
|
|
|
| + void LoadGlobalContext(Register global_context);
|
| +
|
| // Load the global function with the given index.
|
| void LoadGlobalFunction(int index, Register function);
|
|
|
|
|