| Index: runtime/vm/assembler_arm64.h
|
| diff --git a/runtime/vm/assembler_arm64.h b/runtime/vm/assembler_arm64.h
|
| index 70d37b32baded89551c4f00d50139b3bf0405682..0ac4a694ce664bf63df1053068dbf94caecc1718 100644
|
| --- a/runtime/vm/assembler_arm64.h
|
| +++ b/runtime/vm/assembler_arm64.h
|
| @@ -1373,7 +1373,7 @@ class Assembler : public ValueObject {
|
|
|
| // Set up a stub frame so that the stack traversal code can easily identify
|
| // a stub frame.
|
| - void EnterStubFrame(bool load_pp = false);
|
| + void EnterStubFrame();
|
| void LeaveStubFrame();
|
|
|
| void UpdateAllocationStats(intptr_t cid,
|
|
|