diff options
Diffstat (limited to 'tccrun.c')
| -rw-r--r-- | tccrun.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -234,6 +234,7 @@ static void set_pages_executable(void *ptr, unsigned long length) unsigned long old_protect; VirtualProtect(ptr, length, PAGE_EXECUTE_READWRITE, &old_protect); #else + extern void __clear_cache(char *beginning, char *end); #ifndef PAGESIZE # define PAGESIZE 4096 #endif |
