Title: [286372] trunk/Source/_javascript_Core
- Revision
- 286372
- Author
- [email protected]
- Date
- 2021-12-01 11:07:25 -0800 (Wed, 01 Dec 2021)
Log Message
Unreviewed, fix CLoop build
https://bugs.webkit.org/show_bug.cgi?id=233379
* llint/LowLevelInterpreter64.asm:
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (286371 => 286372)
--- trunk/Source/_javascript_Core/ChangeLog 2021-12-01 19:06:18 UTC (rev 286371)
+++ trunk/Source/_javascript_Core/ChangeLog 2021-12-01 19:07:25 UTC (rev 286372)
@@ -1,3 +1,10 @@
+2021-12-01 Yusuke Suzuki <[email protected]>
+
+ Unreviewed, fix CLoop build
+ https://bugs.webkit.org/show_bug.cgi?id=233379
+
+ * llint/LowLevelInterpreter64.asm:
+
2021-12-01 Xan Lopez <[email protected]>
[JSC] Fix potential build break related to StructureID.h
Modified: trunk/Source/_javascript_Core/llint/LowLevelInterpreter64.asm (286371 => 286372)
--- trunk/Source/_javascript_Core/llint/LowLevelInterpreter64.asm 2021-12-01 19:06:18 UTC (rev 286371)
+++ trunk/Source/_javascript_Core/llint/LowLevelInterpreter64.asm 2021-12-01 19:07:25 UTC (rev 286372)
@@ -696,7 +696,8 @@
macro structureIDToStructureWithScratch(structureIDThenStructure, scratch)
andq constexpr structureIDMask, structureIDThenStructure
- loadp JSCConfig + constexpr (offsetof(Config, startOfStructureHeap)), scratch
+ leap JSCConfig + constexpr JSC::offsetOfJSCConfigStartOfStructureHeap, scratch
+ loadp [scratch], scratch
addp scratch, structureIDThenStructure
end
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes