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 Back out previous; we're going to dispa...
details: https://anonhg.NetBSD.org/src/rev/783efd0e3071
branches: trunk
changeset: 472088:783efd0e3071
user: thorpej <thorpej%NetBSD.org@localhost>
date: Tue Apr 20 21:08:23 1999 +0000
description:
Back out previous; we're going to dispatch to the debugger differently.
diffstat:
sys/arch/alpha/alpha/genassym.c | 8 ++------
1 files changed, 2 insertions(+), 6 deletions(-)
diffs (29 lines):
diff -r 7626ae9b9475 -r 783efd0e3071 sys/arch/alpha/alpha/genassym.c
--- a/sys/arch/alpha/alpha/genassym.c Tue Apr 20 20:24:39 1999 +0000
+++ b/sys/arch/alpha/alpha/genassym.c Tue Apr 20 21:08:23 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: genassym.c,v 1.21 1999/04/19 23:22:19 thorpej Exp $ */
+/* $NetBSD: genassym.c,v 1.22 1999/04/20 21:08:23 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.21 1999/04/19 23:22:19 thorpej Exp $");
+__RCSID("$NetBSD: genassym.c,v 1.22 1999/04/20 21:08:23 thorpej Exp $");
#include <sys/param.h>
#include <sys/buf.h>
@@ -223,10 +223,6 @@
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