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

Comparing SheepShaver/src/Unix/main_unix.cpp (file contents):
Revision 1.66 by gbeauche, 2005-06-28T16:50:30Z vs.
Revision 1.67 by gbeauche, 2005-06-30T10:17:58Z

# Line 1513 | Line 1513 | void B2_delete_mutex(B2_mutex *mutex)
1513   #if !EMULATED_PPC
1514   void TriggerInterrupt(void)
1515   {
1516 <        if (ready_for_signals)
1516 >        if (ready_for_signals) {
1517 >                idle_resume();
1518                  pthread_kill(emul_thread, SIGUSR2);
1519 +        }
1520   }
1521   #endif
1522  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines