From: CVS <do...@th...> - 2002-05-20 17:49:16
|
Update of /cvs/BasiliskII/src/Unix Modified Files: sigsegv.cpp Log Message: Implement "ignoresegv" feature on FreeBSD/x86 (tested on FreeBSD 4.5) - sigsegv.cpp (ix86_skip_instruction): Add decoder for movzwl instructions. (main): oddly, FreeBSD doesn't seem to let a write to a page if it is write-only. Aka. make the page readable too. |