mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
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.
5 lines
137 B
Plaintext
5 lines
137 B
Plaintext
error: at top level:
|
|
Failed to stat file "notexist.asm": No such file or directory
|
|
FATAL: at top level:
|
|
Failed to open main file
|