diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-04-30 09:54:16 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-04-30 09:54:16 +0000 |
commit | 262a3328882526d2c6ce4e3c3c7f3f5bceb52d7f (patch) | |
tree | 7c5c913d9234acf7077a7b80cf5dec4d75a46079 /sys | |
parent | b802dabb54895b9c76d715226dd917e02509c9c5 (diff) |
Our gas isn't ready for 64 bit constants used in expressions
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/arc/include/param.h | 4 |
1 files 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 */ |