mirror of
https://github.com/simh/simh.git
synced 2026-04-28 04:44:55 +00:00
ALL VAX: Fix vax_cpu to be model invariant and implement platform specific machine behavior in model specific machine_check routine. As per Bob Supnik. Fix #198
This commit is contained in:
@@ -477,6 +477,8 @@ int32 machine_check (int32 p1, int32 opc, int32 cc, int32 delta)
|
||||
{
|
||||
int32 p2, acc;
|
||||
|
||||
if (in_ie) /* in exc? panic */
|
||||
ABORT (STOP_INIE);
|
||||
p2 = mchk_va + 4; /* save vap */
|
||||
cc = intexc (SCB_MCHK, cc, 0, IE_EXC); /* take exception */
|
||||
acc = ACC_MASK (KERN); /* in kernel mode */
|
||||
|
||||
Reference in New Issue
Block a user