You've already forked linux-packaging-mono
Imported Upstream version 4.2.2.10
Former-commit-id: 925376e1db46149d14f7949fcd7b08805ea8aba9
This commit is contained in:
@@ -247,7 +247,7 @@ sgen_card_table_mark_range (mword address, mword size)
|
||||
SGEN_ASSERT (0, num_cards <= CARD_COUNT_IN_BYTES, "How did we get an object larger than the card table?");
|
||||
if (end > SGEN_CARDTABLE_END) {
|
||||
memset (start, 1, SGEN_CARDTABLE_END - start);
|
||||
memset (sgen_cardtable, 1, end - sgen_cardtable);
|
||||
memset (sgen_cardtable, 1, end - SGEN_CARDTABLE_END);
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
|
||||
@@ -1 +1 @@
|
||||
21fd9dab9e70d3456026645e195f183d4ffb2739
|
||||
2fc21552caddc04ff91dd8a266149ea98d4f0dc0
|
||||
Reference in New Issue
Block a user