PDP11: Fix typo in cpu_boot routine
This commit is contained in:
parent
287ebb3ea8
commit
4b03e1493a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue