remove 'romsub' as a recognised alternative for 'extsub'

This commit is contained in:
Irmen de Jong
2024-11-18 23:02:31 +01:00
parent 9da70bdf05
commit fb0d9b46b0
3 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -296,7 +296,7 @@ asmsubroutine :
;
extsubroutine :
('romsub' | 'extsub') ('@bank' (constbank=integerliteral | varbank=scoped_identifier))? address=integerliteral '=' asmsub_decl
'extsub' ('@bank' (constbank=integerliteral | varbank=scoped_identifier))? address=integerliteral '=' asmsub_decl
;
asmsub_decl : identifier '(' asmsub_params? ')' asmsub_clobbers? asmsub_returns? ;