From: Nikodemus Siivola Date: Fri, 25 Nov 2011 12:55:45 +0000 (+0200) Subject: cleanup: os_vm_size_t in gc_alloc_new_region X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=1e161456a066b34e4a764fd351217dafc4f4f787;p=sbcl.git cleanup: os_vm_size_t in gc_alloc_new_region Same as before, long remains in the interface for a while yet. --- diff --git a/src/runtime/gencgc.c b/src/runtime/gencgc.c index 652733f..3eb134f 100644 --- a/src/runtime/gencgc.c +++ b/src/runtime/gencgc.c @@ -789,7 +789,7 @@ gc_alloc_new_region(long nbytes, int page_type_flag, struct alloc_region *alloc_ { page_index_t first_page; page_index_t last_page; - unsigned long bytes_found; + os_vm_size_t bytes_found; page_index_t i; int ret;