Hi, I need to allocate new registers in jit3-ia64.def which is included in jit3/funcs.c. There is a suitable function for this in jit3/registers.c: allocRegister, but it's not accessible from outside like many of the other functions in registers.c. Is there a reason for this? Otherwise I'll just declare it in registers.h and use it. Thanx Svante