mirror of
https://github.com/open-simh/simtools.git
synced 2026-01-28 04:57:15 +00:00
Fix error message for .odd with argument.
This commit is contained in:
@@ -969,7 +969,7 @@ static int assemble(
|
||||
|
||||
case P_ODD:
|
||||
if (!EOL(*cp)) {
|
||||
report(stack->top, ".EVEN must not have an argument\n");
|
||||
report(stack->top, ".ODD must not have an argument\n");
|
||||
}
|
||||
if (!(DOT & 1)) {
|
||||
list_word(stack->top, DOT, 0, 1, "");
|
||||
|
||||
Reference in New Issue
Block a user