Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/alpha/alpha Define BPT and BUGCHK Intruction Fault ...



details:   https://anonhg.NetBSD.org/src/rev/527405f6587e
branches:  trunk
changeset: 472056:527405f6587e
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon Apr 19 23:22:19 1999 +0000

description:
Define BPT and BUGCHK Intruction Fault codes.

diffstat:

 sys/arch/alpha/alpha/genassym.c |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (29 lines):

diff -r 0ab2321c60a0 -r 527405f6587e sys/arch/alpha/alpha/genassym.c
--- a/sys/arch/alpha/alpha/genassym.c   Mon Apr 19 22:44:37 1999 +0000
+++ b/sys/arch/alpha/alpha/genassym.c   Mon Apr 19 23:22:19 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: genassym.c,v 1.20 1999/02/23 03:20:01 thorpej Exp $ */
+/* $NetBSD: genassym.c,v 1.21 1999/04/19 23:22:19 thorpej Exp $ */
 
 /*
  * Copyright (c) 1994, 1995 Gordon W. Ross
@@ -62,7 +62,7 @@
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
 
-__RCSID("$NetBSD: genassym.c,v 1.20 1999/02/23 03:20:01 thorpej Exp $");
+__RCSID("$NetBSD: genassym.c,v 1.21 1999/04/19 23:22:19 thorpej Exp $");
 
 #include <sys/param.h>
 #include <sys/buf.h>
@@ -223,6 +223,10 @@
        off(CPU_INFO_FPCURPROC, struct cpu_info, ci_fpcurproc),
        off(CPU_INFO_CURPCB, struct cpu_info, ci_curpcb),
        off(CPU_INFO_IDLE_THREAD, struct cpu_info, ci_idle_thread),
+
+       /* Instruction fault codes */
+       def1(ALPHA_IF_CODE_BPT),
+       def1(ALPHA_IF_CODE_BUGCHK),
 };
 int nassyms = sizeof(assyms)/sizeof(assyms[0]);
 



Home | Main Index | Thread Index | Old Index