mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Format linker script error backtraces the same way as others (#1792)
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
error: script-ds-overflow.link(3): Cannot increase the current address by 1 bytes: only 0 bytes to $4000
|
||||
error: script-ds-overflow.link(7): Cannot increase the current address by 65535 bytes: only 0 bytes to $ffff
|
||||
error: Cannot increase the current address by 1 bytes: only 0 bytes to $4000
|
||||
at script-ds-overflow.link(3)
|
||||
error: Cannot increase the current address by 65535 bytes: only 0 bytes to $ffff
|
||||
at script-ds-overflow.link(7)
|
||||
Linking failed with 2 errors
|
||||
|
||||
Reference in New Issue
Block a user