From: <cv...@ce...> - 2010-04-08 03:53:34
|
Update of /home/cvs/cebix/BasiliskII/src/Unix by asvitkine Modified Files: sigsegv.cpp Log Message: [Joel Mauras] GCC has become too smart - we need to slice the binary created to be sure the address of the trap is within the test addresses. This is why each trap occurs between two case labels and a new section of assembly code is set in between. |