mirror of
https://github.com/gbdev/rgbds.git
synced 2026-08-23 07:14:31 +00:00
Fix OOM for too-small overlay files in 32K mode (rgblink -t)
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
SECTION "test", ROM0[$42]
|
||||
Label:: dw Label
|
||||
@@ -0,0 +1,3 @@
|
||||
warning: Overlay file does not have a size multiple of 0x4000
|
||||
warning: Overlay is less than 0x8000 bytes large
|
||||
warning: Output is larger than overlay file, but no padding value was specified
|
||||
Binary file not shown.
File diff suppressed because one or more lines are too long
@@ -1 +1,2 @@
|
||||
warning: Overlay file does not have a size multiple of 0x4000
|
||||
warning: Overlay is less than 0x8000 bytes large
|
||||
|
||||
Reference in New Issue
Block a user