mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-24 12:02:08 +00:00
Improve error message for negative shift arguments
This commit is contained in:
@@ -580,7 +580,7 @@ assert : T_POP_ASSERT assert_type relocexpr
|
||||
;
|
||||
|
||||
shift : T_POP_SHIFT { macro_ShiftCurrentArgs(1); }
|
||||
| T_POP_SHIFT uconst { macro_ShiftCurrentArgs($2); }
|
||||
| T_POP_SHIFT const { macro_ShiftCurrentArgs($2); }
|
||||
;
|
||||
|
||||
load : T_POP_LOAD string ',' sectiontype sectorg sectattrs {
|
||||
|
||||
Reference in New Issue
Block a user