Index: src/arm64/macro-assembler-arm64.h |
diff --git a/src/arm64/macro-assembler-arm64.h b/src/arm64/macro-assembler-arm64.h |
index fbb001610d82475143704714f2e0ea7c15a4c9a9..246d574257e78b045718fb8bce50548967116f19 100644 |
--- a/src/arm64/macro-assembler-arm64.h |
+++ b/src/arm64/macro-assembler-arm64.h |
@@ -1174,8 +1174,7 @@ |
int num_double_arguments); |
// Jump to a runtime routine. |
- void JumpToExternalReference(const ExternalReference& builtin, |
- bool builtin_exit_frame = false); |
+ void JumpToExternalReference(const ExternalReference& builtin); |
// Convenience function: call an external reference. |
void CallExternalReference(const ExternalReference& ext, |
@@ -1703,9 +1702,9 @@ |
// |
// This function also stores the new frame information in the top frame, so |
// that the new frame becomes the current frame. |
- void EnterExitFrame(bool save_doubles, const Register& scratch, |
- int extra_space = 0, |
- StackFrame::Type frame_type = StackFrame::EXIT); |
+ void EnterExitFrame(bool save_doubles, |
+ const Register& scratch, |
+ int extra_space = 0); |
// Leave the current exit frame, after a C function has returned to generated |
// (JavaScript) code. |