mirror of
https://github.com/simh/simh.git
synced 2026-02-27 09:09:46 +00:00
Be more precise about the conditions which describe sitting at the VAX 3900 boot rom character prompt to enable CPU idling there.
This commit is contained in:
@@ -2181,6 +2181,7 @@ for ( ;; ) {
|
||||
BRANCHB (brdisp);
|
||||
if (((PSL & PSL_IS) != 0) && /* on IS? */
|
||||
(PSL_GETIPL (PSL) == 0x1F) && /* at IPL 31 */
|
||||
(mapen == 0) && /* Running from ROM */
|
||||
(fault_PC == 0x2004361B)) /* Boot ROM Character Prompt */
|
||||
cpu_idle();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user