Skip to content
Snippets Groups Projects
Commit 518f84df authored by Simon Marlow's avatar Simon Marlow Committed by pcapriotti
Browse files

some nats should be lnats

MERGED from commit abb875d9
parent 7b6f6507
No related merge requests found
......@@ -1552,7 +1552,7 @@ resize_generations (void)
nat g;
if (major_gc && RtsFlags.GcFlags.generations > 1) {
nat live, size, min_alloc, words;
lnat live, size, min_alloc, words;
const nat max = RtsFlags.GcFlags.maxHeapSize;
const nat gens = RtsFlags.GcFlags.generations;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment