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:
parent
16164471f3
commit
8454123682
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user