summaryrefslogtreecommitdiff
path: root/java/jc/files/patch-aa
blob: 09d31212057a07a7e13d08484c1f5e095ca7a7d1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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 *