Title: [101809] trunk/Source/_javascript_Core
Revision
101809
Author
[email protected]
Date
2011-12-02 09:07:26 -0800 (Fri, 02 Dec 2011)

Log Message

Unreviewed, rolling out r101801.
http://trac.webkit.org/changeset/101801
https://bugs.webkit.org/show_bug.cgi?id=73667

Build is still broken (Requested by Ossy on #webkit).

Patch by Sheriff Bot <[email protected]> on 2011-12-02

* assembler/SH4Assembler.h:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (101808 => 101809)


--- trunk/Source/_javascript_Core/ChangeLog	2011-12-02 17:04:45 UTC (rev 101808)
+++ trunk/Source/_javascript_Core/ChangeLog	2011-12-02 17:07:26 UTC (rev 101809)
@@ -1,3 +1,13 @@
+2011-12-02  Sheriff Bot  <[email protected]>
+
+        Unreviewed, rolling out r101801.
+        http://trac.webkit.org/changeset/101801
+        https://bugs.webkit.org/show_bug.cgi?id=73667
+
+        Build is still broken (Requested by Ossy on #webkit).
+
+        * assembler/SH4Assembler.h:
+
 2011-12-01  Darin Adler  <[email protected]>
 
         Prepare to deploy pass and peek types in the HashMap class

Modified: trunk/Source/_javascript_Core/assembler/SH4Assembler.h (101808 => 101809)


--- trunk/Source/_javascript_Core/assembler/SH4Assembler.h	2011-12-02 17:04:45 UTC (rev 101808)
+++ trunk/Source/_javascript_Core/assembler/SH4Assembler.h	2011-12-02 17:07:26 UTC (rev 101809)
@@ -1506,14 +1506,6 @@
         return readPCrelativeAddress((*(reinterpret_cast<uint16_t*>(code)) & 0xff), reinterpret_cast<uint16_t*>(code));
     }
 
-    static FunctionPtr readCallTarget(CodeLocationCall call)
-    {
-        uint16_t* instructionPtr = call.dataLocation();
-        instructionPtr -= 3;
-        uint32_t addr = readPCrelativeAddress((*instructionPtr & 0xff), instructionPtr);
-        return FunctionPtr(reinterpret_cast<void(*)()>(addr));
-    }
-
     PassRefPtr<ExecutableMemoryHandle> executableCopy(JSGlobalData& globalData)
     {
         return m_buffer.executableCopy(globalData);
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to