From 5a7baedd21456e5f30e946c2b4c86935cb4d8bc4 Mon Sep 17 00:00:00 2001 From: niklas Date: Wed, 30 Apr 1997 09:54:15 +0000 Subject: [PATCH] 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(-) 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 */ -- 2.20.1