Fix indentation.
TBR=serya@chromium.org Review URL: http://codereview.chromium.org/6260021 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@6494 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
884221f8f0
commit
be9f5d8548
@ -1288,7 +1288,7 @@ MaybeObject* MacroAssembler::TryCallApiFunctionAndReturn(ApiFunction* function,
|
|||||||
ExternalReference scheduled_exception_address =
|
ExternalReference scheduled_exception_address =
|
||||||
ExternalReference::scheduled_exception_address();
|
ExternalReference::scheduled_exception_address();
|
||||||
cmp(Operand::StaticVariable(scheduled_exception_address),
|
cmp(Operand::StaticVariable(scheduled_exception_address),
|
||||||
Immediate(Factory::the_hole_value()));
|
Immediate(Factory::the_hole_value()));
|
||||||
j(not_equal, &promote_scheduled_exception, not_taken);
|
j(not_equal, &promote_scheduled_exception, not_taken);
|
||||||
LeaveApiExitFrame();
|
LeaveApiExitFrame();
|
||||||
ret(stack_space * kPointerSize);
|
ret(stack_space * kPointerSize);
|
||||||
|
Loading…
Reference in New Issue
Block a user