Module Name:    src
Committed By:   uebayasi
Date:           Thu Jul 28 03:15:20 UTC 2011

Modified Files:
        src/sys/arch/alpha/alpha: cpu.c

Log Message:
Fix DEBUG build.


To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 src/sys/arch/alpha/alpha/cpu.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/alpha/alpha/cpu.c
diff -u src/sys/arch/alpha/alpha/cpu.c:1.92 src/sys/arch/alpha/alpha/cpu.c:1.93
--- src/sys/arch/alpha/alpha/cpu.c:1.92	Tue Jun 14 15:34:21 2011
+++ src/sys/arch/alpha/alpha/cpu.c	Thu Jul 28 03:15:20 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.c,v 1.92 2011/06/14 15:34:21 matt Exp $ */
+/* $NetBSD: cpu.c,v 1.93 2011/07/28 03:15:20 uebayasi Exp $ */
 
 /*-
  * Copyright (c) 1998, 1999, 2000, 2001 The NetBSD Foundation, Inc.
@@ -59,7 +59,7 @@
 
 #include <sys/cdefs.h>			/* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.92 2011/06/14 15:34:21 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.93 2011/07/28 03:15:20 uebayasi Exp $");
 
 #include "opt_ddb.h"
 #include "opt_multiprocessor.h"
@@ -238,7 +238,7 @@
 		const char *pe = "";
 
 		if (p->pcs_proc_var & PCS_VAR_VAXFP) {
-			fpstr = "VAX FP support";
+			vaxfp = "VAX FP support";
 			needcomma = true;
 		}
 		if (p->pcs_proc_var & PCS_VAR_IEEEFP) {

Reply via email to