| Index: src/safepoint-table.h
|
| diff --git a/src/safepoint-table.h b/src/safepoint-table.h
|
| index 2ce4320e320541ffa08e7d6c3fee38ff89cb2eb2..307d948bfc72f669c98bbca7d8feb9fc303f3262 100644
|
| --- a/src/safepoint-table.h
|
| +++ b/src/safepoint-table.h
|
| @@ -184,7 +184,7 @@ class Safepoint BASE_EMBEDDED {
|
| (1 << (SafepointEntry::kDeoptIndexBits)) - 1;
|
|
|
| void DefinePointerSlot(int index, Zone* zone) { indexes_->Add(index, zone); }
|
| - void DefinePointerRegister(Register reg);
|
| + void DefinePointerRegister(Register reg, Zone* zone);
|
|
|
| private:
|
| Safepoint(ZoneList<int>* indexes, ZoneList<int>* registers) :
|
|
|