Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/arm Make it compile when VERBOSE_ARM32 is defined.



details:   https://anonhg.NetBSD.org/src/rev/94d80b20f36f
branches:  trunk
changeset: 526374:94d80b20f36f
user:      rjs <rjs%NetBSD.org@localhost>
date:      Thu May 02 22:47:09 2002 +0000

description:
Make it compile when VERBOSE_ARM32 is defined.

diffstat:

 sys/arch/arm/arm/undefined.c |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r c6c40b1b6ce2 -r 94d80b20f36f sys/arch/arm/arm/undefined.c
--- a/sys/arch/arm/arm/undefined.c      Thu May 02 22:14:12 2002 +0000
+++ b/sys/arch/arm/arm/undefined.c      Thu May 02 22:47:09 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: undefined.c,v 1.14 2002/04/12 18:50:31 thorpej Exp $   */
+/*     $NetBSD: undefined.c,v 1.15 2002/05/02 22:47:09 rjs Exp $       */
 
 /*
  * Copyright (c) 2001 Ben Harris.
@@ -50,7 +50,7 @@
 
 #include <sys/param.h>
 
-__KERNEL_RCSID(0, "$NetBSD: undefined.c,v 1.14 2002/04/12 18:50:31 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: undefined.c,v 1.15 2002/05/02 22:47:09 rjs Exp $");
 
 #include <sys/malloc.h>
 #include <sys/queue.h>
@@ -156,6 +156,9 @@
        int fault_code;
        int coprocessor;
        struct undefined_handler *uh;
+#ifdef VERBOSE_ARM32
+       int s;
+#endif
 
        /* Enable interrupts if they were enabled before the exception. */
 #ifdef acorn26



Home | Main Index | Thread Index | Old Index