This commit is contained in:
parent
3b1116757e
commit
621769bfb0
2 changed files with 2 additions and 1 deletions
|
@ -614,6 +614,7 @@ u16 Tail = LList->Tail;
|
|||
u16 Node = LList->Stack[ LList->SP-- ];
|
||||
|
||||
MemNodeCount++;
|
||||
ASSERT(MemNodeCount<LListLen);
|
||||
|
||||
if (Head == 0xffff && Tail == 0xffff)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue