attempting to store the source location information collected while compiling into the moo_dbginfo_t data structure

This commit is contained in:
hyunghwan.chung
2019-07-07 15:24:27 +00:00
parent 81a1785c35
commit fba3c3213c
5 changed files with 80 additions and 1 deletions

View File

@ -249,6 +249,8 @@ void moo_fini (moo_t* moo)
* the heap may not exist */
if (moo->heap) moo_killheap (moo, moo->heap);
moo_finidbginfo (moo);
for (i = 0; i < MOO_COUNTOF(moo->sbuf); i++)
{
if (moo->sbuf[i].ptr)