diff options
Diffstat (limited to 'java/jc/files/patch-aa')
-rw-r--r-- | java/jc/files/patch-aa | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/java/jc/files/patch-aa b/java/jc/files/patch-aa deleted file mode 100644 index 09d3121..0000000 --- a/java/jc/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 * |