[OpenBIOS] r660 - trunk/openbios-devel/forth/admin

svn at openbios.org svn at openbios.org
Sun Jan 3 09:58:55 CET 2010


Author: blueswirl
Date: 2010-01-03 09:58:55 +0100 (Sun, 03 Jan 2010)
New Revision: 660

Modified:
   trunk/openbios-devel/forth/admin/nvram.fs
Log:
Fix non-Sparc64 architecture breakage by r657

Build broke with:
  GEN   openbios.dict
 undefined word.

Signed-off-by: Blue Swirl <blauwirbel at gmail.com>

Modified: trunk/openbios-devel/forth/admin/nvram.fs
===================================================================
--- trunk/openbios-devel/forth/admin/nvram.fs	2010-01-03 03:44:01 UTC (rev 659)
+++ trunk/openbios-devel/forth/admin/nvram.fs	2010-01-03 08:58:55 UTC (rev 660)
@@ -376,7 +376,9 @@
 \ and execute "<value> to load-base" which will only work if
 \ load-base is value. Hence we redefine load-base here as a
 \ value using its normal default.
+[IFDEF] CONFIG_SPARC64
 load-base value load-base
+[THEN]
 
 : release-load-area
     drop




More information about the OpenBIOS mailing list