diff --git a/PDP11/pdp11_cpu.c b/PDP11/pdp11_cpu.c index 66a31382..2657d86c 100644 --- a/PDP11/pdp11_cpu.c +++ b/PDP11/pdp11_cpu.c @@ -3383,7 +3383,7 @@ DEVICE *rom = find_dev ("ROM"); if ((rom == NULL) || ((rom->flags & DEV_DIS) != 0) || - (SCPE_NOFNC == rom->boot (unitno, rom))); + (SCPE_NOFNC == rom->boot (unitno, rom))) return SCPE_2FARG; return SCPE_OK; }