Title: [170234] trunk/Source/_javascript_Core
- Revision
- 170234
- Author
- [email protected]
- Date
- 2014-06-21 01:46:39 -0700 (Sat, 21 Jun 2014)
Log Message
ARM traditional buildfix after r169942.
https://bugs.webkit.org/show_bug.cgi?id=134100
Patch by Eva Balazsfalvi <[email protected]> on 2014-06-21
Reviewed by Zoltan Herczeg.
* assembler/MacroAssemblerARM.h:
(JSC::MacroAssemblerARM::abortWithReason): Added.
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (170233 => 170234)
--- trunk/Source/_javascript_Core/ChangeLog 2014-06-21 08:07:37 UTC (rev 170233)
+++ trunk/Source/_javascript_Core/ChangeLog 2014-06-21 08:46:39 UTC (rev 170234)
@@ -1,3 +1,13 @@
+2014-06-21 Eva Balazsfalvi <[email protected]>
+
+ ARM traditional buildfix after r169942.
+ https://bugs.webkit.org/show_bug.cgi?id=134100
+
+ Reviewed by Zoltan Herczeg.
+
+ * assembler/MacroAssemblerARM.h:
+ (JSC::MacroAssemblerARM::abortWithReason): Added.
+
2014-06-20 Andreas Kling <[email protected]>
[Cocoa] Release freed up blocks from the JS heap after simulated memory pressure.
Modified: trunk/Source/_javascript_Core/assembler/MacroAssemblerARM.h (170233 => 170234)
--- trunk/Source/_javascript_Core/assembler/MacroAssemblerARM.h 2014-06-21 08:07:37 UTC (rev 170233)
+++ trunk/Source/_javascript_Core/assembler/MacroAssemblerARM.h 2014-06-21 08:46:39 UTC (rev 170234)
@@ -420,6 +420,12 @@
breakpoint();
}
+ void abortWithReason(AbortReason reason, intptr_t misc)
+ {
+ move(TrustedImm32(misc), ARMRegisters::S1);
+ abortWithReason(reason);
+ }
+
ConvertibleLoadLabel convertibleLoadPtr(Address address, RegisterID dest)
{
ConvertibleLoadLabel result(this);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes