mirror of
https://github.com/simh/simh.git
synced 2026-03-02 17:55:17 +00:00
All VAX: Avoid potential invalid memory reference recording history after FPD
This commit is contained in:
@@ -713,6 +713,7 @@ for ( ;; ) {
|
||||
}
|
||||
numspec = drom[opc][0]; /* get # specs */
|
||||
if (PSL & PSL_FPD) {
|
||||
j = 0;
|
||||
if ((numspec & DR_F) == 0)
|
||||
RSVD_INST_FAULT;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user