Fix compile error

db4
Slava Pestov 2008-04-05 02:14:44 -05:00
parent cfa1c02013
commit 4515588b98
1 changed files with 1 additions and 2 deletions

View File

@ -31,8 +31,7 @@ void init_cards_offset(void)
F_DATA_HEAP *alloc_data_heap(CELL gens,
CELL young_size,
CELL aging_size,
CELL tenured_size)
CELL aging_size)
{
GC_PRINT(ALLOC_DATA_HEAP,gens,young_size,aging_size);