| Index: src/ia32/macro-assembler-ia32.h
|
| diff --git a/src/ia32/macro-assembler-ia32.h b/src/ia32/macro-assembler-ia32.h
|
| index b8c59b70bc23376ffb8f5f6d97e36e3cf229eccf..47cb06cc06bc637f76616594a95579cc662932b9 100644
|
| --- a/src/ia32/macro-assembler-ia32.h
|
| +++ b/src/ia32/macro-assembler-ia32.h
|
| @@ -300,7 +300,8 @@ class MacroAssembler: public Assembler {
|
|
|
| // Load the value of the weak cell in the value register. Branch to the given
|
| // miss label if the weak cell was cleared.
|
| - void LoadWeakValue(Register value, Handle<WeakCell> cell, Label* miss);
|
| + void LoadWeakValue(Register value, Register scratch, Handle<WeakCell> cell,
|
| + Label* miss);
|
|
|
| // ---------------------------------------------------------------------------
|
| // JavaScript invokes
|
|
|