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:
parent
1cc70a46eb
commit
8d412faf5c
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user