[OpenBIOS] r129 - openbios-devel/arch/sparc32

svn at openbios.org svn at openbios.org
Tue Apr 24 22:00:02 CEST 2007


Author: blueswirl
Date: 2007-04-24 22:00:02 +0200 (Tue, 24 Apr 2007)
New Revision: 129

Modified:
   openbios-devel/arch/sparc32/romvec.c
Log:
Fix broken compilation when debugging enabled

Modified: openbios-devel/arch/sparc32/romvec.c
===================================================================
--- openbios-devel/arch/sparc32/romvec.c	2007-04-24 19:44:35 UTC (rev 128)
+++ openbios-devel/arch/sparc32/romvec.c	2007-04-24 20:00:02 UTC (rev 129)
@@ -108,7 +108,7 @@
     }
 }
 
-#if CONFIG_DEBUG_OBP
+#ifdef CONFIG_DEBUG_OBP
 static int looks_like_string(char *str, int len)
 {
     int i;
@@ -163,7 +163,7 @@
         else
             str = "NULL";
 
-#if CONFIG_DEBUG_OBP
+#ifdef CONFIG_DEBUG_OBP
         if (looks_like_string(str, len)) {
             DPRINTF("obp_getprop(0x%x, %s) = %s\n", node, name, str);
         } else {




More information about the OpenBIOS mailing list