[SCM] WebKit Debian packaging branch, debian/experimental,	updated. upstream/1.3.3-9427-gc2be6fc
    barraclough at apple.com 
    barraclough at apple.com
       
    Wed Dec 22 11:25:55 UTC 2010
    
    
  
The following commit has been merged in the debian/experimental branch:
commit 1d7af1018255e61a938ab4142dbb3e37fccaa194
Author: barraclough at apple.com <barraclough at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Jul 23 03:43:51 2010 +0000
    Eeeep! r63947 hosed all non-x86 builds!
    
    * jit/JITStubs.h:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@63948 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index b854377..4ca3e9e 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,5 +1,11 @@
 2010-07-22  Gavin Barraclough  <barraclough at apple.com>
 
+        Eeeep! r63947 hosed all non-x86 builds!
+
+        * jit/JITStubs.h:
+
+2010-07-22  Gavin Barraclough  <barraclough at apple.com>
+
         Reviewed by Oliver Hunt.
 
         Bug 42818 - [Qt] REGRESSION(63348): jsc is broken
diff --git a/JavaScriptCore/jit/JITStubs.h b/JavaScriptCore/jit/JITStubs.h
index 6f70660..f836041 100644
--- a/JavaScriptCore/jit/JITStubs.h
+++ b/JavaScriptCore/jit/JITStubs.h
@@ -236,6 +236,8 @@ namespace JSC {
     #else
     #error "JIT_STUB function calls require fastcall conventions on x86, add appropriate directive/attribute here for your compiler!"
     #endif
+#else
+    #define JIT_STUB
 #endif
 
     extern "C" void ctiVMThrowTrampoline();
-- 
WebKit Debian packaging
    
    
More information about the Pkg-webkit-commits
mailing list