fixed an assertion apparently being in the wrong place

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40539
This commit is contained in:
David Anderson 2007-02-26 07:43:50 +00:00
parent 1cc70a46eb
commit 8d412faf5c

View File

@ -410,8 +410,8 @@ void popstacklist(int codegen)
if (codegen)
{
_stack_genusage(stackusage, 1);
assert(stackusage->head==NULL);
}
assert(stackusage->head==NULL);
oldlist = stackusage->prev;
free(stackusage);