summaryrefslogtreecommitdiffstats
path: root/boehm-gc/typd_mlc.c
diff options
context:
space:
mode:
authorbryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4>2000-06-20 01:04:58 +0000
committerbryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4>2000-06-20 01:04:58 +0000
commit80989924ed257837504be4a9fae570ae01f8c222 (patch)
tree75ede5286875b779db37ba8e1ff6003b2dd7494f /boehm-gc/typd_mlc.c
parentef4c833ea6237f4d5011fcab2355bfb2a468c067 (diff)
downloadppe42-gcc-80989924ed257837504be4a9fae570ae01f8c222.tar.gz
ppe42-gcc-80989924ed257837504be4a9fae570ae01f8c222.zip
2000-06-20 Bryce McKinlay <bryce@albatross.co.nz>
Imported version 5.1. * acinclude.m4: Push version to 5.1. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34610 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc/typd_mlc.c')
-rw-r--r--boehm-gc/typd_mlc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/boehm-gc/typd_mlc.c b/boehm-gc/typd_mlc.c
index ce769d60fec..a198f6c154d 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;
OpenPOWER on IntegriCloud