From 262a3328882526d2c6ce4e3c3c7f3f5bceb52d7f Mon Sep 17 00:00:00 2001 From: Niklas Hallqvist Date: Wed, 30 Apr 1997 09:54:16 +0000 Subject: Our gas isn't ready for 64 bit constants used in expressions --- sys/arch/arc/include/param.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys') diff --git a/sys/arch/arc/include/param.h b/sys/arch/arc/include/param.h index 4d84f7f5f80..98c21b7f2ff 100644 --- a/sys/arch/arc/include/param.h +++ b/sys/arch/arc/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.8 1997/04/19 17:19:57 pefo Exp $ */ +/* $OpenBSD: param.h,v 1.9 1997/04/30 09:54:15 niklas Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -93,7 +93,7 @@ #define SINCR 1 /* increment of stack/NBPG */ #define UPAGES 2 /* pages of u-area */ -#ifdef _LOCORE +#if defined(_LOCORE) && defined(notyet) #define UADDR 0xffffffffffffc000 /* address of u */ #else #define UADDR 0xffffc000 /* address of u */ -- cgit v1.2.3