To avoid conflict while compiling with acc itself the word
size of the target machine is now defined as TEM_WSIZE.
This commit is contained in:
parent
d0a48dc8e1
commit
86e08fc0b7
@ -27,7 +27,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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user