diff options
author | Bryce McKinlay <bryce@albatross.co.nz> | 2000-06-20 01:04:58 +0000 |
---|---|---|
committer | Bryce McKinlay <bryce@gcc.gnu.org> | 2000-06-20 02:04:58 +0100 |
commit | aec5061ba2487186e07012b1b9d2684c04dd027f (patch) | |
tree | 75ede5286875b779db37ba8e1ff6003b2dd7494f /boehm-gc/typd_mlc.c | |
parent | aac350aaf9e77a205b5e852d2982df46fb54dbc8 (diff) | |
download | gcc-aec5061ba2487186e07012b1b9d2684c04dd027f.zip gcc-aec5061ba2487186e07012b1b9d2684c04dd027f.tar.gz gcc-aec5061ba2487186e07012b1b9d2684c04dd027f.tar.bz2 |
Imported version 5.1.
2000-06-20 Bryce McKinlay <bryce@albatross.co.nz>
Imported version 5.1.
* acinclude.m4: Push version to 5.1.
From-SVN: r34610
Diffstat (limited to 'boehm-gc/typd_mlc.c')
-rw-r--r-- | boehm-gc/typd_mlc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boehm-gc/typd_mlc.c b/boehm-gc/typd_mlc.c index ce769d6..a198f6c 100644 --- a/boehm-gc/typd_mlc.c +++ b/boehm-gc/typd_mlc.c @@ -175,7 +175,7 @@ GC_descr GC_double_descr(descriptor, nwords) register GC_descr descriptor; register word nwords; { - if (descriptor && DS_TAGS == DS_LENGTH) { + if (descriptor & DS_TAGS == DS_LENGTH) { descriptor = GC_bm_table[BYTES_TO_WORDS((word)descriptor)]; }; descriptor |= (descriptor & ~DS_TAGS) >> nwords; |