aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArchie Cobbs <archie@FreeBSD.org>2005-04-01 15:20:45 +0000
committerArchie Cobbs <archie@FreeBSD.org>2005-04-01 15:20:45 +0000
commitef738311c702edc191910f059e63c67388c5585b (patch)
tree210d87463d347d3114c336e71cf8d0d7ea25cd16
parent3affa0daf4f81d0eed9ac53a35085052fb71a050 (diff)
downloadports-ef738311c702edc191910f059e63c67388c5585b.tar.gz
ports-ef738311c702edc191910f059e63c67388c5585b.zip
Notes
-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 000000000000..09d31212057a
--- /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 *