Skip to content

Commit

Permalink
Merge pull request #431 from Wuerfel21/W21-fit-lexer-fix
Browse files Browse the repository at this point in the history
Fix lexing after FIT, fixes #430
  • Loading branch information
totalspectrum committed Mar 4, 2024
2 parents 4b3de21 + efce019 commit 689b18f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontends/lexer.c
Original file line number Diff line number Diff line change
Expand Up @@ -866,6 +866,7 @@ parseSpinIdentifier(LexStream *L, AST **ast_ptr, const char *prefix)
break;
case SP_ORGH:
case SP_RES:
case SP_FIT:
L->sawInstruction = 1;
break;
case SP_ASM:
Expand Down

0 comments on commit 689b18f

Please sign in to comment.