1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-23 05:30:31 -04:00
ports/java/jc/files/patch-aa
Archie Cobbs ef738311c7 Add patch to fix a bug.
Approved by:	portmgr
2005-04-01 15:20:45 +00:00

11 lines
263 B
Text

--- 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 *