Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1522)

Unified Diff: src/mips/macro-assembler-mips.h

Issue 2106113002: Revert of [builtins] New frame type for exits to C++ builtins (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/mips/code-stubs-mips.cc ('k') | src/mips/macro-assembler-mips.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/mips/macro-assembler-mips.h
diff --git a/src/mips/macro-assembler-mips.h b/src/mips/macro-assembler-mips.h
index e25bd646b0116bc99b80e92d9a4f3e7e1e7c9b35..8c6e5bd944ff1d9ace296d54917993263788122a 100644
--- a/src/mips/macro-assembler-mips.h
+++ b/src/mips/macro-assembler-mips.h
@@ -1013,8 +1013,8 @@
// argc - argument count to be dropped by LeaveExitFrame.
// save_doubles - saves FPU registers on stack, currently disabled.
// stack_space - extra stack space.
- void EnterExitFrame(bool save_doubles, int stack_space = 0,
- StackFrame::Type frame_type = StackFrame::EXIT);
+ void EnterExitFrame(bool save_doubles,
+ int stack_space = 0);
// Leave the current exit frame.
void LeaveExitFrame(bool save_doubles, Register arg_count,
@@ -1442,8 +1442,7 @@
// Jump to the builtin routine.
void JumpToExternalReference(const ExternalReference& builtin,
- BranchDelaySlot bd = PROTECT,
- bool builtin_exit_frame = false);
+ BranchDelaySlot bd = PROTECT);
struct Unresolved {
int pc;
« no previous file with comments | « src/mips/code-stubs-mips.cc ('k') | src/mips/macro-assembler-mips.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698