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

Unified Diff: src/stub-cache-arm.cc

Issue 4035: Refactored the code for entering and leaving exit frames (calls... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 12 years, 3 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
Index: src/stub-cache-arm.cc
===================================================================
--- src/stub-cache-arm.cc (revision 353)
+++ src/stub-cache-arm.cc (working copy)
@@ -178,7 +178,7 @@
__ pop(r1);
// Tear down temporary frame.
- __ ExitInternalFrame();
+ __ LeaveInternalFrame();
// Do a tail-call of the compiled function.
__ Jump(r2);
« src/codegen-ia32.cc ('K') | « src/macro-assembler-ia32.cc ('k') | src/stub-cache-ia32.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698