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

index f57dadb..f64b8ad 100644 (file)
@@ -2,7 +2,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;
index 14321bf..e6221a5 100644 (file)
@@ -23,7 +23,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;