Make some INCBIN errors non-fatal

This commit is contained in:
ISSOtm
2021-03-10 00:52:40 +01:00
committed by Eldred Habert
parent f11241c2ae
commit 714d39c86f
3 changed files with 15 additions and 8 deletions

View File

@@ -1,2 +1,3 @@
FATAL: incbin-empty-bad.asm(3):
Specified range in INCBIN is out of bounds
ERROR: incbin-empty-bad.asm(3):
Specified range in INCBIN is out of bounds (0 + 1 > 0)
error: Assembly aborted (1 errors)!