diff options
author | Archie Cobbs <archie@FreeBSD.org> | 2005-04-01 15:20:45 +0000 |
---|---|---|
committer | Archie Cobbs <archie@FreeBSD.org> | 2005-04-01 15:20:45 +0000 |
commit | ef738311c702edc191910f059e63c67388c5585b (patch) | |
tree | 210d87463d347d3114c336e71cf8d0d7ea25cd16 /java/jc | |
parent | 3affa0daf4f81d0eed9ac53a35085052fb71a050 (diff) | |
download | ports-ef738311c702edc191910f059e63c67388c5585b.tar.gz ports-ef738311c702edc191910f059e63c67388c5585b.zip |
Notes
Diffstat (limited to 'java/jc')
-rw-r--r-- | java/jc/files/patch-aa | 11 |
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 * |