summaryrefslogtreecommitdiffstats
path: root/sys/pc98/i386/exception.s
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pc98/i386/exception.s')
-rw-r--r--sys/pc98/i386/exception.s4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/pc98/i386/exception.s b/sys/pc98/i386/exception.s
index b040c88..b2bfa93 100644
--- a/sys/pc98/i386/exception.s
+++ b/sys/pc98/i386/exception.s
@@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: exception.s,v 1.18 1996/05/31 01:08:02 peter Exp $
+ * $Id: exception.s,v 1.1.1.1 1996/06/14 10:04:41 asami Exp $
*/
#include "npx.h" /* NNPX */
@@ -113,6 +113,8 @@ IDTVEC(prot)
TRAP(T_PROTFLT)
IDTVEC(page)
TRAP(T_PAGEFLT)
+IDTVEC(mchk)
+ pushl $0; TRAP(T_MCHK)
IDTVEC(rsvd)
pushl $0; TRAP(T_RESERVED)
IDTVEC(fpu)
OpenPOWER on IntegriCloud