simon 01/09/14 04:01:41
Modified: . memory.c
Log:
Appease Tru64.
Revision Changes Path
1.5 +1 -1 parrot/memory.c
Index: memory.c
===================================================================
RCS file: /home/perlcvs/parrot/memory.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -w -r1.4 -r1.5
--- memory.c 2001/09/14 09:03:43 1.4
+++ memory.c 2001/09/14 11:01:40 1.5
@@ -27,7 +27,7 @@
mem = malloc(max_to_alloc);
if (((IV)mem & mask) < (IV)mem) {
- mem = (void *)((IV)mem & mask) + ~mask + 1;
+ mem = (void *)((IV)mem & mask + mask + 1);
}
return mem;
}
- cvs commit: parrot memory.c dan
- cvs commit: parrot memory.c dan
- cvs commit: parrot memory.c simon
- cvs commit: parrot memory.c cvsuser
- Re: cvs commit: parrot memory.c Ask Bjoern Hansen
- Re: cvs commit: parrot memory.c Ask Bjoern Hansen
- cvs commit: parrot memory.c simon
- cvs commit: parrot memory.c thgibbs
- cvs commit: parrot memory.c thgibbs
- cvs commit: parrot memory.c dan
- cvs commit: parrot memory.c dan
- cvs commit: parrot memory.c dan
- cvs commit: parrot memory.c mrjoltcola
