diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-07-02 19:06:04 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-07-02 19:06:04 +0000 |
commit | 186df561f20e8ff3f8c74f3f4ef6ac29f67485e2 (patch) | |
tree | 8e23f01a9975fe3c59d7ee922be9e679137c65e3 /sys/arch/hppa/spmath/float.h | |
parent | 387f724d77fa7589fc76165f07621db9817fb9b1 (diff) |
ansi and fancy gcc
Diffstat (limited to 'sys/arch/hppa/spmath/float.h')
-rw-r--r-- | sys/arch/hppa/spmath/float.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/hppa/spmath/float.h b/sys/arch/hppa/spmath/float.h index 50c7a72b871..6776a1132ab 100644 --- a/sys/arch/hppa/spmath/float.h +++ b/sys/arch/hppa/spmath/float.h @@ -1,3 +1,5 @@ +/* $OpenBSD: float.h,v 1.3 1998/07/02 19:05:26 mickey Exp $ */ + /* * Copyright 1996 1995 by Open Software Foundation, Inc. * All Rights Reserved @@ -431,7 +433,7 @@ typedef int VOID; #define Set_exceptiontype(object,value) Bitfield_deposit(value, 0, 6,object) #define Set_parmfield(object,value) Bitfield_deposit(value, 23, 3,object) #define Set_exceptiontype_and_instr_field(exception,instruction,object) \ - object = exception << 26 | instruction + object = ((exception) << 26) | (instruction) /* Declare the condition field * |