Commit 84541236 authored by serya@chromium.org's avatar serya@chromium.org

Fixing lint errors.

Review URL: http://codereview.chromium.org/5065002

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5832 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 16164471
......@@ -408,7 +408,7 @@ void MacroAssembler::LeaveExitFrame() {
// Push the return address to get ready to return.
push(ecx);
LeaveExitFrameEpilogue();
}
......
......@@ -609,7 +609,7 @@ class MacroAssembler: public Assembler {
void EnterExitFramePrologue();
void EnterExitFrameEpilogue(int argc);
void LeaveExitFrameEpilogue();
// Allocation support helpers.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment