From 62b4f0dfb133126fddf5543bc7cdb688555f2360 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Wed, 3 May 2006 03:25:58 +0000 Subject: [PATCH] add note about patch to README svn: r2855 --- src/mzscheme/src/lightning/README | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/mzscheme/src/lightning/README b/src/mzscheme/src/lightning/README index 6c17076e1e..bf2f8945f2 100644 --- a/src/mzscheme/src/lightning/README +++ b/src/mzscheme/src/lightning/README @@ -23,6 +23,10 @@ MzScheme: of taking the address of `pc' and casting it to a `jit_code*', because the latter violates C99 aliasing rules. + * Fixed update of `prev_page' and `prev_length' in "funcs.h" for x86 + (thanks to Ray Racine), and to call mprotect() based on whether + `MZ_JIT_USE_MPROTECT' (instead iof `linux') is #defined. + ---------------------------------------- GNU Lightning authors: