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
103659cd7b
commit
26999bb517
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue