even more CPP corrections for mprotect code
svn: r11975
This commit is contained in:
parent
1115def7bb
commit
6cbac335f7
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user