mirror of
https://github.com/cc65/cc65.git
synced 2024-12-24 11:31:31 +00:00
Removed a now-redundant line.
This commit is contained in:
parent
309c8fb842
commit
a6506abcd1
@ -768,8 +768,7 @@ static void OneLine (void)
|
||||
} else if (Mac != 0) {
|
||||
/* A macro expansion */
|
||||
MacExpandStart (Mac);
|
||||
} else if (Instr >= 0 ||
|
||||
(UbiquitousIdents && ((Instr = FindInstruction (&CurTok.SVal)) >= 0))) {
|
||||
} else if (Instr >= 0) {
|
||||
/* A mnemonic - assemble one instruction */
|
||||
HandleInstruction (Instr);
|
||||
} else if (PCAssignment && (CurTok.Tok == TOK_STAR || CurTok.Tok == TOK_PC)) {
|
||||
|
Loading…
Reference in New Issue
Block a user