All VAX: Avoid potential invalid memory reference recording history after FPD
This commit is contained in:
parent
680ad4f239
commit
fa1671455e
1 changed files with 1 additions and 0 deletions
|
@ -713,6 +713,7 @@ for ( ;; ) {
|
||||||
}
|
}
|
||||||
numspec = drom[opc][0]; /* get # specs */
|
numspec = drom[opc][0]; /* get # specs */
|
||||||
if (PSL & PSL_FPD) {
|
if (PSL & PSL_FPD) {
|
||||||
|
j = 0;
|
||||||
if ((numspec & DR_F) == 0)
|
if ((numspec & DR_F) == 0)
|
||||||
RSVD_INST_FAULT;
|
RSVD_INST_FAULT;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue