Fix #file directive not adding files to debug info
This commit is contained in:
parent
5cf3b0977b
commit
e04192699c
@ -1015,6 +1015,7 @@ static int command(void)
|
|||||||
inpfname=duplicatestring(pathname);
|
inpfname=duplicatestring(pathname);
|
||||||
if (inpfname==NULL)
|
if (inpfname==NULL)
|
||||||
error(103); /* insufficient memory */
|
error(103); /* insufficient memory */
|
||||||
|
insert_dbgfile(inpfname);
|
||||||
} /* if */
|
} /* if */
|
||||||
} /* if */
|
} /* if */
|
||||||
check_empty(lptr);
|
check_empty(lptr);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user