From: <cv...@ce...> - 2008-01-06 17:22:17
|
Update of /home/cvs/cebix/BasiliskII/src/Unix by gbeauche Modified Files: sigsegv.cpp Log Message: The Linux kernel actually allows to restart execution from the specified slot in the bundle. This is faster and more accurate as this avoids emulation. Also clean-up code so that to prepare the use of lib uaccess on hpux/ia64. XXX: this will need explicit use of uint64_t to define registers because HP/UX is ILP32 capable and all registers are 64-bit capable so "unsigned long" won't fit. |