Make linker output error stacks instead of their top level

This commit is contained in:
ISSOtm
2019-10-11 17:12:18 +02:00
parent e93d65d736
commit ae0b95ec6d
3 changed files with 34 additions and 1 deletions

View File

@@ -395,7 +395,7 @@ void createpatch(uint32_t type, struct Expression *expr)
pPatch = allocpatch();
pPatch->nType = type;
strcpy(pPatch->tzFilename, tzCurrentFileName);
fstk_DumpToStr(pPatch->tzFilename, sizeof(pPatch->tzFilename));
pPatch->nLine = nLineNo;
pPatch->nOffset = nPC;