diff options
author | Jeff Law <law@gcc.gnu.org> | 1998-12-03 17:24:58 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-12-03 17:24:58 -0700 |
commit | 9f643ff81def49d34790b78d4ce68fe2b1bac4c0 (patch) | |
tree | d10b815916a708e9083a61fb906c628a5919e375 /gcc/config/pdp11 | |
parent | 1886c9d8361f7ba8931501dd8658026f5b3afcdd (diff) | |
download | gcc-9f643ff81def49d34790b78d4ce68fe2b1bac4c0.zip gcc-9f643ff81def49d34790b78d4ce68fe2b1bac4c0.tar.gz gcc-9f643ff81def49d34790b78d4ce68fe2b1bac4c0.tar.bz2 |
* pdp11.h (TARGET_40_PLUS): Fix typo.
From-SVN: r24078
Diffstat (limited to 'gcc/config/pdp11')
-rw-r--r-- | gcc/config/pdp11/pdp11.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/pdp11/pdp11.h b/gcc/config/pdp11/pdp11.h index a628197..204bd2d 100644 --- a/gcc/config/pdp11/pdp11.h +++ b/gcc/config/pdp11/pdp11.h @@ -108,7 +108,7 @@ extern int target_flags; #define TARGET_NO_AC0 (! TARGET_AC0) #define TARGET_45 (target_flags & 8) -#define TARGET_40_PLUS ((target_flags & 4) || (target_flags)) +#define TARGET_40_PLUS ((target_flags & 4) || (target_flags & 8)) #define TARGET_10 (! TARGET_40_PLUS) #define TARGET_BCOPY_BUILTIN (! (target_flags & 16)) |