mirror of
https://github.com/simh/simh.git
synced 2026-01-29 21:21:31 +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:
@@ -1643,6 +1643,8 @@ int32 machine_check (int32 p1, int32 opc, int32 cc, int32 delta)
|
||||
{
|
||||
int32 i, st1, st2, p2, hsir, acc;
|
||||
|
||||
if (in_ie) /* in exc? panic */
|
||||
ABORT (STOP_INIE);
|
||||
if (p1 & 0x80) /* mref? set v/p */
|
||||
p1 = p1 + mchk_ref;
|
||||
p2 = mchk_va + 4; /* save vap */
|
||||
|
||||
Reference in New Issue
Block a user