From 1e161456a066b34e4a764fd351217dafc4f4f787 Mon Sep 17 00:00:00 2001 From: Nikodemus Siivola Date: Fri, 25 Nov 2011 14:55:45 +0200 Subject: [PATCH] cleanup: os_vm_size_t in gc_alloc_new_region Same as before, long remains in the interface for a while yet. --- src/runtime/gencgc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 1.7.10.4