Title: [104186] branches/safari-534.54-branch/Source/_javascript_Core
Revision
104186
Author
[email protected]
Date
2012-01-05 11:46:39 -0800 (Thu, 05 Jan 2012)

Log Message

Fix debug build.
        
Reviewed by Oliver Hunt.

* dfg/DFGOSRExitCompiler64.cpp:
(JSC::DFG::OSRExitCompiler::compileExit):

Modified Paths

Diff

Modified: branches/safari-534.54-branch/Source/_javascript_Core/ChangeLog (104185 => 104186)


--- branches/safari-534.54-branch/Source/_javascript_Core/ChangeLog	2012-01-05 19:35:46 UTC (rev 104185)
+++ branches/safari-534.54-branch/Source/_javascript_Core/ChangeLog	2012-01-05 19:46:39 UTC (rev 104186)
@@ -1,3 +1,12 @@
+2012-01-05  Lucas Forschler  <[email protected]>
+
+        Fix debug build.
+        
+        Reviewed by Oliver Hunt.
+
+        * dfg/DFGOSRExitCompiler64.cpp:
+        (JSC::DFG::OSRExitCompiler::compileExit):
+
 2012-01-04  Oliver Hunt  <[email protected]>
 
         Rollout r102743

Modified: branches/safari-534.54-branch/Source/_javascript_Core/dfg/DFGOSRExitCompiler64.cpp (104185 => 104186)


--- branches/safari-534.54-branch/Source/_javascript_Core/dfg/DFGOSRExitCompiler64.cpp	2012-01-05 19:35:46 UTC (rev 104185)
+++ branches/safari-534.54-branch/Source/_javascript_Core/dfg/DFGOSRExitCompiler64.cpp	2012-01-05 19:46:39 UTC (rev 104186)
@@ -318,7 +318,7 @@
         }
     }
     
-    ASSERT(scratchIndex == numberOfPoisonedVirtualRegisters);
+    ASSERT(currentPoisonIndex == numberOfPoisonedVirtualRegisters);
     
     // 9) Reshuffle displaced virtual registers. Optimize for the case that
     //    the number of displaced virtual registers is not more than the number
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to