Title: [220850] trunk/Source/_javascript_Core
Revision
220850
Author
[email protected]
Date
2017-08-17 01:45:12 -0700 (Thu, 17 Aug 2017)

Log Message

ARM build fix after r220807 and r220834.
https://bugs.webkit.org/show_bug.cgi?id=175617

Unreviewed typo fix.

* assembler/MacroAssemblerARM.cpp:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (220849 => 220850)


--- trunk/Source/_javascript_Core/ChangeLog	2017-08-17 08:03:44 UTC (rev 220849)
+++ trunk/Source/_javascript_Core/ChangeLog	2017-08-17 08:45:12 UTC (rev 220850)
@@ -1,3 +1,12 @@
+2017-08-17  Csaba Osztrogonác  <[email protected]>
+
+        ARM build fix after r220807 and r220834.
+        https://bugs.webkit.org/show_bug.cgi?id=175617
+
+        Unreviewed typo fix.
+
+        * assembler/MacroAssemblerARM.cpp:
+
 2017-08-17  Mark Lam  <[email protected]>
 
         Gardening: build fix for ARM_TRADITIONAL after r220807.

Modified: trunk/Source/_javascript_Core/assembler/MacroAssemblerARM.cpp (220849 => 220850)


--- trunk/Source/_javascript_Core/assembler/MacroAssemblerARM.cpp	2017-08-17 08:03:44 UTC (rev 220849)
+++ trunk/Source/_javascript_Core/assembler/MacroAssemblerARM.cpp	2017-08-17 08:45:12 UTC (rev 220850)
@@ -337,7 +337,7 @@
     LOCAL_LABEL_STRING(ctiMasmProbeTrampolineProbeContextIsSafe) ":" "\n"
     "ldr       r2, [fp, #" STRINGIZE_VALUE_OF(PROBE_INIT_STACK_FUNCTION_OFFSET) "]" "\n"
     "cmp       r2, #0" "\n"
-    "beq       r2, " LOCAL_LABEL_STRING(ctiMasmProbeTrampolineRestoreRegisters) "\n"
+    "beq     " LOCAL_LABEL_STRING(ctiMasmProbeTrampolineRestoreRegisters) "\n"
 
     "mov       r0, fp" "\n" // Set the ProbeContext* arg.
     "blx       r2" "\n" // Call the initializeStackFunction (loaded into r2 above).
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to