Hello, I wanted to define BITS_PER_WORD 64 and PARM_BOUNDARY 32 for our cpu. But compiler complaints at expr.c:3489: int offset = partial % (PARM_BOUNDARY / BITS_PER_WORD); (Division by zero). So that is it possible to have PARM_BOUNDARY < BITS_PER_WORD ? best regards, devik