ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/MacOSX/main_macosx.mm
(Generate patch)

Comparing BasiliskII/src/MacOSX/main_macosx.mm (file contents):
Revision 1.8 by nigel, 2003-04-02T00:50:40Z vs.
Revision 1.9 by nigel, 2003-08-02T11:03:15Z

# Line 214 | Line 214 | bool InitEmulator (void)
214          char str[256];
215  
216  
217 <        // Register request to ignore segmentation faults
217 >        // Register request to ignore all segmentation faults
218   #ifdef HAVE_SIGSEGV_SKIP_INSTRUCTION
219          if (PrefsFindBool("ignoresegv"))
220 <                sigsegv_set_ignore_state(true);
220 >                sigsegv_set_ignore_state(0, ~(0UL), SIGSEGV_TRANSFER_LOAD | SIGSEGV_TRANSFER_STORE);
221   #endif
222  
223          // Register dump state function when we got mad after a segfault

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines