Title: [131932] trunk/Source/_javascript_Core
- Revision
- 131932
- Author
- [email protected]
- Date
- 2012-10-19 12:34:57 -0700 (Fri, 19 Oct 2012)
Log Message
REGRESSION(r131822): It made 500+ tests crash on 32 bit platforms
https://bugs.webkit.org/show_bug.cgi?id=99814
Reviewed by Filip Pizlo.
Call the correct macro in 32bit.
* llint/LowLevelInterpreter.asm:
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (131931 => 131932)
--- trunk/Source/_javascript_Core/ChangeLog 2012-10-19 19:28:25 UTC (rev 131931)
+++ trunk/Source/_javascript_Core/ChangeLog 2012-10-19 19:34:57 UTC (rev 131932)
@@ -1,3 +1,14 @@
+2012-10-19 Oliver Hunt <[email protected]>
+
+ REGRESSION(r131822): It made 500+ tests crash on 32 bit platforms
+ https://bugs.webkit.org/show_bug.cgi?id=99814
+
+ Reviewed by Filip Pizlo.
+
+ Call the correct macro in 32bit.
+
+ * llint/LowLevelInterpreter.asm:
+
2012-10-19 Dongwoo Joshua Im <[email protected]>
Rename ENABLE_CSS3_TEXT_DECORATION to ENABLE_CSS3_TEXT
Modified: trunk/Source/_javascript_Core/llint/LowLevelInterpreter.asm (131931 => 131932)
--- trunk/Source/_javascript_Core/llint/LowLevelInterpreter.asm 2012-10-19 19:28:25 UTC (rev 131931)
+++ trunk/Source/_javascript_Core/llint/LowLevelInterpreter.asm 2012-10-19 19:34:57 UTC (rev 131932)
@@ -564,7 +564,7 @@
loadConstantOrVariable(scratch2, scratch3)
moveJSValueFromRegisterWithoutProfiling(scratch3, scratch1, variableOffset)
else
- loadConstantOrVariable(scratch2, scratch3, scratch2) # scratch3=tag, scratch2=payload
+ loadConstantOrVariable2Reg(scratch2, scratch3, scratch2) # scratch3=tag, scratch2=payload
moveJSValueFromRegistersWithoutProfiling(scratch3, scratch2, scratch1, variableOffset)
end
end
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes