Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/nathanw_sa]: src/sys/arch/sparc64/sparc64 Restore a #if 0 lost in the re...
details: https://anonhg.NetBSD.org/src/rev/9c1f1df83eb7
branches: nathanw_sa
changeset: 506468:9c1f1df83eb7
user: skrll <skrll%NetBSD.org@localhost>
date: Wed Nov 20 18:32:51 2002 +0000
description:
Restore a #if 0 lost in the recent catch up to -current.
diffstat:
sys/arch/sparc64/sparc64/trap.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 601ab40ec135 -r 9c1f1df83eb7 sys/arch/sparc64/sparc64/trap.c
--- a/sys/arch/sparc64/sparc64/trap.c Wed Nov 20 17:59:20 2002 +0000
+++ b/sys/arch/sparc64/sparc64/trap.c Wed Nov 20 18:32:51 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: trap.c,v 1.74.4.17 2002/10/18 02:40:11 nathanw Exp $ */
+/* $NetBSD: trap.c,v 1.74.4.18 2002/11/20 18:32:51 skrll Exp $ */
/*
* Copyright (c) 1996-2002 Eduardo Horvath. All rights reserved.
@@ -2077,6 +2077,7 @@
/* old system call convention: clear C on success */
tf->tf_tstate &= ~(((int64_t)(ICC_C | XCC_C)) <<
TSTATE_CCR_SHIFT); /* success */
+#if 0
dest = tf->tf_npc;
#endif
#ifdef DEBUG
Home |
Main Index |
Thread Index |
Old Index