This commit is contained in:
Daveo 2001-05-18 18:09:55 +00:00
parent 3b1116757e
commit 621769bfb0
2 changed files with 2 additions and 1 deletions

View File

@ -614,6 +614,7 @@ u16 Tail = LList->Tail;
u16 Node = LList->Stack[ LList->SP-- ];
MemNodeCount++;
ASSERT(MemNodeCount<LListLen);
if (Head == 0xffff && Tail == 0xffff)
{

View File

@ -20,7 +20,7 @@
#endif
/*****************************************************************************/
#define LListLen 50
#define LListLen 32
/*****************************************************************************/
typedef struct