- allow using the default menu settings classes when none is specified in MENUDEFS.
This commit is contained in:
parent
59db1a882f
commit
4d99b58f96
3 changed files with 13 additions and 3 deletions
|
|
@ -544,7 +544,7 @@ void FullGC()
|
|||
|
||||
void Barrier(DObject *pointing, DObject *pointed)
|
||||
{
|
||||
assert(pointed->GetClass() < (void*)0x1000000000000000);
|
||||
assert(pointed->GetClass() != nullptr);
|
||||
assert(pointing == NULL || (pointing->IsBlack() && !pointing->IsDead()));
|
||||
assert(pointed->IsWhite() && !pointed->IsDead());
|
||||
assert(State != GCS_Finalize && State != GCS_Pause);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue