fixes for Xenix

This commit is contained in:
ceriel
1988-07-11 12:53:01 +00:00
parent 9dd080ae4b
commit 3aabba530d
4 changed files with 2 additions and 504 deletions

View File

@@ -117,7 +117,7 @@ cstbin(expp, oper, expr)
break;
if (uns) {
o1 >>= 1;
o1 & = ~mach_long_sign;
o1 &= ~mach_long_sign;
o1 >>= (o2-1);
}
else