summaryrefslogtreecommitdiffstats
path: root/www/webkit-gtk2/files
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-10-20 03:18:17 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-10-20 03:18:17 +0800
commitff210b08e231c7e5f0892dbeef1d9e6016626c15 (patch)
tree0fbb5769235badd1b485b427de3c2458e0199b80 /www/webkit-gtk2/files
parent8c31ea55a5c2e86d5d1733f9d910ddad47345235 (diff)
downloadmarcuscom-ports-ff210b08e231c7e5f0892dbeef1d9e6016626c15.tar
marcuscom-ports-ff210b08e231c7e5f0892dbeef1d9e6016626c15.tar.gz
marcuscom-ports-ff210b08e231c7e5f0892dbeef1d9e6016626c15.tar.bz2
marcuscom-ports-ff210b08e231c7e5f0892dbeef1d9e6016626c15.tar.lz
marcuscom-ports-ff210b08e231c7e5f0892dbeef1d9e6016626c15.tar.xz
marcuscom-ports-ff210b08e231c7e5f0892dbeef1d9e6016626c15.tar.zst
marcuscom-ports-ff210b08e231c7e5f0892dbeef1d9e6016626c15.zip
Add yet another 6.X build fix.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13148 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/webkit-gtk2/files')
-rw-r--r--www/webkit-gtk2/files/extra-patch-JavaScriptCore_jit_JITStubs.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/webkit-gtk2/files/extra-patch-JavaScriptCore_jit_JITStubs.cpp b/www/webkit-gtk2/files/extra-patch-JavaScriptCore_jit_JITStubs.cpp
new file mode 100644
index 000000000..59229e8bc
--- /dev/null
+++ b/www/webkit-gtk2/files/extra-patch-JavaScriptCore_jit_JITStubs.cpp
@@ -0,0 +1,11 @@
+--- JavaScriptCore/jit/JITStubs.cpp.orig 2009-10-19 15:13:27.000000000 -0400
++++ JavaScriptCore/jit/JITStubs.cpp 2009-10-19 15:13:46.000000000 -0400
+@@ -2672,7 +2672,7 @@ DEFINE_STUB_FUNCTION(EncodedJSValue, op_
+
+ if (!handler) {
+ *stackFrame.exception = exceptionValue;
+- STUB_SET_RETURN_ADDRESS(reinterpret_cast<void*>(ctiOpThrowNotCaught));
++ STUB_SET_RETURN_ADDRESS((void*)(ctiOpThrowNotCaught));
+ return JSValue::encode(jsNull());
+ }
+