mirror of
https://github.com/open-simh/simtools.git
synced 2026-03-02 09:47:49 +00:00
Replace magic value by the appropriate constant.
This commit is contained in:
@@ -1340,7 +1340,7 @@ static int assemble(
|
||||
return 0;
|
||||
}
|
||||
|
||||
if (op->value == 0100 && (mode.type & 070) == 0) {
|
||||
if (op->value == I_JMP && (mode.type & 070) == 0) {
|
||||
report(stack->top, "JMP Rn is illegal\n");
|
||||
/* But encode it anyway... */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user