mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-21 18:52:07 +00:00
Correct some comments
nPCOffset no longer exists, and the lexer only returns T_NEWLINE for EOF in raw mode.
This commit is contained in:
@@ -590,7 +590,6 @@ enum {
|
||||
asmfile : lines last_line
|
||||
;
|
||||
|
||||
/* Note: The lexer adds T_NEWLINE at the end of the input */
|
||||
lines : %empty
|
||||
| lines line
|
||||
;
|
||||
@@ -1556,7 +1555,7 @@ cpu_command : z80_adc
|
||||
| z80_rra
|
||||
| z80_rrc
|
||||
| z80_rrca
|
||||
| /*{ nPCOffset = 0; }*/ z80_rst
|
||||
| z80_rst
|
||||
| z80_sbc
|
||||
| z80_scf
|
||||
| z80_set
|
||||
|
||||
Reference in New Issue
Block a user