Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
I missed a piece when merging with master.
Browse files Browse the repository at this point in the history
  • Loading branch information
Orvid committed Jan 13, 2015
1 parent 17b9522 commit b2a24bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rt/lifetime.d
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,6 @@ Lcontinue:
if (size + pad < size)
goto Loverflow;

auto info = GC.qalloc(size + pad, !(ti.next.flags & 1) ? BlkAttr.NO_SCAN | BlkAttr.APPENDABLE : BlkAttr.APPENDABLE);
auto info = GC.qalloc(size + pad, !(ti.next.flags & 1) ? BlkAttr.NO_SCAN | BlkAttr.APPENDABLE : BlkAttr.APPENDABLE, ti);
debug(PRINTF) printf(" p = %p\n", info.base);
// update the length of the array
Expand Down

0 comments on commit b2a24bc

Please sign in to comment.