Re: Tidy i386 signal handler

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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.

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux