even more CPP corrections for mprotect code

svn: r11975
This commit is contained in:
Matthew Flatt 2008-10-08 15:26:32 +00:00
parent 1115def7bb
commit 6cbac335f7

View File

@ -931,8 +931,10 @@ void *scheme_malloc_gcable_code(long size)
void scheme_notify_code_gc()
{
#if defined(MZ_JIT_USE_MPROTECT) || defined(MZ_JIT_USE_WINDOWS_VIRTUAL_ALLOC)
jit_prev_page = 0;
jit_prev_length = 0;
#endif
}
#endif