Files
rgbds/src
Antonio Niño Díaz ff2321a8ce Make fatalerror and yyerror consistent
There are two ways in which the assembly process can fail:

1. If there is a really big problem that compromises the whole process,
   the assembler has to stop right there and generate an error message.
   This happens with unterminated REPT loops, macros, etc.

2. If the problem isn't that big and the process can still continue,
   even though the final result is invalid, the assembler can try to
   continue and warn the user about all errors it finds in the code.

This patch clarifies the use of each function and replaces the function
used in two places by the correct one.

Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com>
2017-04-29 15:02:57 +01:00
..
2017-04-08 18:10:14 +01:00
2017-04-17 18:14:49 +01:00
2017-04-17 18:14:49 +01:00
2017-04-24 02:05:30 +02:00
2017-04-17 18:14:49 +01:00
2017-04-17 18:14:49 +01:00
2017-04-17 18:14:49 +01:00