X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fpurify.c;h=145ea3c32fd86eb0ae2b64a7d7eb856a7210aa8b;hb=dd54f9e004a0a83d1328e94648f48dcc27e0be5b;hp=fc592d97fd5b2221ed686406a10151cd7cac5482;hpb=d6f9676ae94419cb5544c45821a8d31adbc1fbe8;p=sbcl.git diff --git a/src/runtime/purify.c b/src/runtime/purify.c index fc592d9..145ea3c 100644 --- a/src/runtime/purify.c +++ b/src/runtime/purify.c @@ -1008,8 +1008,7 @@ purify(lispobj static_roots, lispobj read_only_roots) clear_auto_gc_trigger(); /* restore mmap as it was given by os */ #endif - os_zero((os_vm_address_t) current_dynamic_space, - (os_vm_size_t) dynamic_space_size); + os_zero((os_vm_address_t) current_dynamic_space, dynamic_space_size); /* Zero the stack. */ os_zero((os_vm_address_t) access_control_stack_pointer(all_threads),