add call to memerr in case mchk was due to memory problem
authorBill Joy <root@ucbvax.Berkeley.EDU>
Tue, 9 Feb 1982 15:20:15 +0000 (07:20 -0800)
committerBill Joy <root@ucbvax.Berkeley.EDU>
Tue, 9 Feb 1982 15:20:15 +0000 (07:20 -0800)
SCCS-vsn: sys/vax/vax/machdep.c 4.51

usr/src/sys/vax/vax/machdep.c

index 0d50eb4..66f50ed 100644 (file)
@@ -1,4 +1,4 @@
-/*     machdep.c       4.50    82/01/17        */
+/*     machdep.c       4.51    82/02/08        */
 
 #include "../h/param.h"
 #include "../h/systm.h"
 
 #include "../h/param.h"
 #include "../h/systm.h"
@@ -715,5 +715,6 @@ machinecheck(cmcf)
                }
 #endif
        }
                }
 #endif
        }
+       memerr();
        panic("mchk");
 }
        panic("mchk");
 }