aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 *