Revision: 5152
Author: [email protected]
Date: Thu Jul 29 13:32:14 2010
Log: Rollback one from Testing change for failing unit test

Review URL: http://codereview.chromium.org/2870083
http://code.google.com/p/v8/source/detail?r=5152

Modified:
 /branches/bleeding_edge/src/ia32/debug-ia32.cc

=======================================
--- /branches/bleeding_edge/src/ia32/debug-ia32.cc      Thu Jul 29 13:23:19 2010
+++ /branches/bleeding_edge/src/ia32/debug-ia32.cc      Thu Jul 29 13:32:14 2010
@@ -265,10 +265,9 @@
 //   -- 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));

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to