cleanup: os_vm_size_t in gc_alloc_new_region
authorNikodemus Siivola <nikodemus@random-state.net>
Fri, 25 Nov 2011 12:55:45 +0000 (14:55 +0200)
committerNikodemus Siivola <nikodemus@random-state.net>
Sun, 27 Nov 2011 11:19:03 +0000 (13:19 +0200)
  Same as before, long remains in the interface for a while yet.

src/runtime/gencgc.c

index 652733f..3eb134f 100644 (file)
@@ -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;