ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/Unix/main_unix.cpp
(Generate patch)

Comparing BasiliskII/src/Unix/main_unix.cpp (file contents):
Revision 1.52 by gbeauche, 2003-05-14T06:50:05Z vs.
Revision 1.53 by cebix, 2003-07-25T13:41:58Z

# Line 615 | Line 615 | int main(int argc, char **argv)
615  
616          // Start 60Hz timer
617          sigemptyset(&timer_sa.sa_mask);         // Block virtual 68k interrupts during SIGARLM handling
618 + #if !EMULATED_68K
619          sigaddset(&timer_sa.sa_mask, SIG_IRQ);
620 + #endif
621          timer_sa.sa_handler = one_tick;
622          timer_sa.sa_flags = SA_ONSTACK | SA_RESTART;
623          if (sigaction(SIGALRM, &timer_sa, NULL) < 0) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines