Title: [110881] trunk/Source/_javascript_Core
Revision
110881
Author
[email protected]
Date
2012-03-15 13:39:51 -0700 (Thu, 15 Mar 2012)

Log Message

Fix ARM build after r110792.

Unreviewed build fix.

* jit/ExecutableAllocator.h:
(JSC::ExecutableAllocator::cacheFlush):
Remove superfluous curly brackets.

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (110880 => 110881)


--- trunk/Source/_javascript_Core/ChangeLog	2012-03-15 20:23:05 UTC (rev 110880)
+++ trunk/Source/_javascript_Core/ChangeLog	2012-03-15 20:39:51 UTC (rev 110881)
@@ -1,3 +1,13 @@
+2012-03-15  Andras Becsi  <[email protected]>
+
+        Fix ARM build after r110792.
+
+        Unreviewed build fix.
+
+        * jit/ExecutableAllocator.h:
+        (JSC::ExecutableAllocator::cacheFlush):
+        Remove superfluous curly brackets.
+
 2012-03-15  Gavin Barraclough  <[email protected]>
 
         ARMv7: prefer vmov(gpr,gpr->double) over vmov(gpr->single)

Modified: trunk/Source/_javascript_Core/jit/ExecutableAllocator.h (110880 => 110881)


--- trunk/Source/_javascript_Core/jit/ExecutableAllocator.h	2012-03-15 20:23:05 UTC (rev 110880)
+++ trunk/Source/_javascript_Core/jit/ExecutableAllocator.h	2012-03-15 20:39:51 UTC (rev 110881)
@@ -212,7 +212,6 @@
                 : "r0", "r1", "r2");
             currentPage += pageSize();
         } while (lastPage >= currentPage);
-     }
     }
 #elif OS(WINCE)
     static void cacheFlush(void* code, size_t size)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to