Avoid bug in VAX assembler. But i don't know what is happening.

This commit is contained in:
ceriel 1987-01-28 16:22:30 +00:00
parent 9e61390e78
commit f78cbc818f

View file

@ -46,7 +46,7 @@ unsigned size;
if ((p = bottom) == 0) {
top = bottom = p = sbrk(sizeof(char *));
NEXT(top) = 0;
NEXT(p) = 0;
}
while ((next = NEXT(p)) != 0)
if ((vir_bytes) next & BUSY) /* already in use */