Files
rgbds/test/asm/nonexist-include.err
ISSOtm 610f04beeb Fix condition for assuming at EOF
Part of that condition's purpose is to ensure that we read the correct
lexer state; but it's possible now for the fstack to be non-empty
*before* the lexer state is registered, i.e. if there is an error
in the function that registers it.
This causes a NULL pointer deref.
2024-09-05 17:48:52 +02:00

4 lines
150 B
Plaintext

error: nonexist-include.asm(1):
Unable to open included file 'nonexist-include.inc': No such file or directory
error: Assembly aborted (1 error)!