Commit fdab0baf authored by peter.rybin@gmail.com's avatar peter.rybin@gmail.com

Rollback one from Testing change for failing unit test

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5152 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent f6517b04
......@@ -265,10 +265,9 @@ void Debug::GeneratePlainReturnLiveEdit(MacroAssembler* masm) {
// -- context
// -- frame base
void Debug::GenerateFrameDropperLiveEdit(MacroAssembler* masm) {
// Temporary disabled for failing test investigation.
//ExternalReference restarter_frame_function_slot =
// ExternalReference(Debug_Address::RestarterFrameFunctionPointer());
//__ mov(Operand::StaticVariable(restarter_frame_function_slot), Immediate(0));
ExternalReference restarter_frame_function_slot =
ExternalReference(Debug_Address::RestarterFrameFunctionPointer());
__ mov(Operand::StaticVariable(restarter_frame_function_slot), Immediate(0));
// We do not know our frame height, but set esp based on ebp.
__ lea(esp, Operand(ebp, -4 * kPointerSize));
......
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