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
This commit is contained in:
serya@chromium.org 2010-11-16 15:23:47 +00:00
parent 16164471f3
commit 8454123682
2 changed files with 2 additions and 2 deletions

View File

@ -408,7 +408,7 @@ void MacroAssembler::LeaveExitFrame() {
// Push the return address to get ready to return.
push(ecx);
LeaveExitFrameEpilogue();
}

View File

@ -609,7 +609,7 @@ class MacroAssembler: public Assembler {
void EnterExitFramePrologue();
void EnterExitFrameEpilogue(int argc);
void LeaveExitFrameEpilogue();
// Allocation support helpers.