guru writes: > this one had a _reg error with prims.cc > So I looked again at org and this one > http://gcc.gnu.org/ml/java/2007-01/msg00047.html > and just tried > - _regs->eip += 2; \ > + _gregs[REG_EIP] = (greg_t)_eip; not sure if this is right > even thou it seems to be working I don't understand what you're talking about. Andrew.