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)
|
||||
{
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
#endif
|
||||
|
||||
/*****************************************************************************/
|
||||
#define LListLen 50
|
||||
#define LListLen 32
|
||||
|
||||
/*****************************************************************************/
|
||||
typedef struct
|
||||
|
|
Loading…
Add table
Reference in a new issue