mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-24 03:52:08 +00:00
Make linker output error stacks instead of their top level
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user