X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=includes%2FCmm.h;fp=includes%2FCmm.h;h=0ba14fbff6e55d13937912187d88280fea845842;hb=db0c13a482893243cc829bbc253862e65f437cbe;hp=6abe760be5adbca8c98249beb61106a04462b01b;hpb=1d7a3cf332532b1f9d798b44e76c4be6f0c74dcf;p=ghc-hetmet.git diff --git a/includes/Cmm.h b/includes/Cmm.h index 6abe760..0ba14fb 100644 --- a/includes/Cmm.h +++ b/includes/Cmm.h @@ -383,7 +383,7 @@ // allocate() - this includes many of the primops. #define MAYBE_GC(liveness,reentry) \ if (bdescr_link(CurrentNursery) == NULL || \ - generation_n_new_large_blocks(W_[g0]) >= CInt[alloc_blocks_lim]) { \ + generation_n_new_large_words(W_[g0]) >= CLong[large_alloc_lim]) { \ R9 = liveness; \ R10 = reentry; \ HpAlloc = 0; \