Avoid errors after missing INCLUDE with -MG (#1627)

This commit is contained in:
Rangi
2025-01-25 12:38:17 -05:00
committed by GitHub
parent 890528812e
commit 20c18256ed
3 changed files with 19 additions and 6 deletions

View File

@@ -0,0 +1,10 @@
PUSHC
PUSHO
PUSHS
SECTION "test", WRAM0
UNION
INCLUDE "does not exist"
ENDU
POPS
POPO
POPC