changed EM_WSIZE to TEM_WSIZE
authorsater <none@none>
Tue, 23 Oct 1984 15:02:03 +0000 (15:02 +0000)
committersater <none@none>
Tue, 23 Oct 1984 15:02:03 +0000 (15:02 +0000)
mach/pdp/cg/mach.c

index faf167b..24602f0 100644 (file)
@@ -30,7 +30,7 @@ con_part(sz,w) register sz; word w; {
 
        while (part_size % sz)
                part_size++;
-       if (part_size == EM_WSIZE)
+       if (part_size == TEM_WSIZE)
                part_flush();
        if (sz == 1) {
                w &= 0xFF;