mirror of
https://github.com/open-simh/simtools.git
synced 2026-01-13 23:36:03 +00:00
Replace magic value by the appropriate constant.
This commit is contained in:
parent
a25a509ca5
commit
21c994cfcd
@ -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... */
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user