# | Line 290 | Line 290 | static bool Screen_fault_handler_init() | |
---|---|---|
290 | // Setup SIGSEGV handler to process writes to frame buffer | |
291 | sigemptyset(&vosf_sa.sa_mask); | |
292 | vosf_sa.sa_sigaction = Screen_fault_handler; | |
293 | < | vosf_sa.sa_flags = 0; |
293 | > | vosf_sa.sa_flags = SA_SIGINFO; |
294 | return (sigaction(SIGSEGV, &vosf_sa, NULL) == 0); | |
295 | } | |
296 | #elif defined(HAVE_SIGCONTEXT_SUBTERFUGE) |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |