add note about patch to README

svn: r2855
This commit is contained in:
Matthew Flatt 2006-05-03 03:25:58 +00:00
parent 6e9985ae28
commit 62b4f0dfb1

View File

@ -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: