diff options
Diffstat (limited to 'www/webkit-gtk/patches/patch-af')
-rw-r--r-- | www/webkit-gtk/patches/patch-af | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/www/webkit-gtk/patches/patch-af b/www/webkit-gtk/patches/patch-af deleted file mode 100644 index 894af47bc7b..00000000000 --- a/www/webkit-gtk/patches/patch-af +++ /dev/null @@ -1,24 +0,0 @@ -$NetBSD: patch-af,v 1.2 2011/02/14 20:05:54 wiz Exp $ - -https://bugs.webkit.org/show_bug.cgi?id=54407 - ---- JavaScriptCore/jit/JITOpcodes.cpp.orig 2010-04-12 13:49:15.000000000 +0000 -+++ JavaScriptCore/jit/JITOpcodes.cpp -@@ -165,7 +165,7 @@ void JIT::privateCompileCTIMachineTrampo - * stack pointer by the right amount after the call. - */ - --#if COMPILER(MSVC) || OS(LINUX) -+#if COMPILER(MSVC) || OS(LINUX) || OS(NETBSD) - #if COMPILER(MSVC) - #pragma pack(push) - #pragma pack(4) -@@ -228,7 +228,7 @@ void JIT::privateCompileCTIMachineTrampo - storePtr(regT2, Address(stackPointerRegister, OBJECT_OFFSETOF(NativeCallFrameStructure, thisValue) + OBJECT_OFFSETOF(JSValue, u.asBits.payload))); - storePtr(regT3, Address(stackPointerRegister, OBJECT_OFFSETOF(NativeCallFrameStructure, thisValue) + OBJECT_OFFSETOF(JSValue, u.asBits.tag))); - --#if COMPILER(MSVC) || OS(LINUX) -+#if COMPILER(MSVC) || OS(LINUX) || OS(NETBSD) - // ArgList is passed by reference so is stackPointerRegister + 4 * sizeof(Register) - addPtr(Imm32(OBJECT_OFFSETOF(NativeCallFrameStructure, result)), stackPointerRegister, X86Registers::ecx); - |