summaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorarchie <archie@FreeBSD.org>2005-04-01 15:20:45 +0000
committerarchie <archie@FreeBSD.org>2005-04-01 15:20:45 +0000
commit712f2a1d9e2f88acc78d5fa25acec68ab6ca61cb (patch)
tree4be1ec8c6b79eed81dd60f123974c2bd48111be1 /java
parentd5230040800d9719882e16e26a6c87ee86332e1a (diff)
downloadFreeBSD-ports-712f2a1d9e2f88acc78d5fa25acec68ab6ca61cb.zip
FreeBSD-ports-712f2a1d9e2f88acc78d5fa25acec68ab6ca61cb.tar.gz
Add patch to fix a bug.
Approved by: portmgr
Diffstat (limited to 'java')
-rw-r--r--java/jc/files/patch-aa11
1 files changed, 11 insertions, 0 deletions
diff --git a/java/jc/files/patch-aa b/java/jc/files/patch-aa
new file mode 100644
index 0000000..09d3121
--- /dev/null
+++ b/java/jc/files/patch-aa
@@ -0,0 +1,11 @@
+--- libjc/arch/i386/i386_libjc.h
++++ libjc/arch/i386/i386_libjc.h
+@@ -97,7 +97,7 @@
+ static inline const void *
+ _jc_mcontext_sp(const mcontext_t *mctx)
+ {
+- return (const void *)mctx->mc_isp;
++ return (const void *)mctx->mc_esp;
+ }
+
+ static inline const void *
OpenPOWER on IntegriCloud