* sigproc.cc (sig_dispatch_pending): Remove explicit call to
thisframe.call_signal_handler.
This commit is contained in:
		@@ -1,3 +1,8 @@
 | 
			
		||||
2003-08-30  Christopher Faylor  <cgf@redhat.com>
 | 
			
		||||
 | 
			
		||||
	* sigproc.cc (sig_dispatch_pending): Remove explicit call to
 | 
			
		||||
	thisframe.call_signal_handler.
 | 
			
		||||
 | 
			
		||||
2003-08-30  Christopher Faylor  <cgf@redhat.com>
 | 
			
		||||
 | 
			
		||||
	Remove some cygserver files.
 | 
			
		||||
 
 | 
			
		||||
@@ -688,6 +688,7 @@ interrupt_setup (int sig, void *handler, DWORD retaddr, DWORD *retaddr_on_stack,
 | 
			
		||||
{
 | 
			
		||||
  sigsave.retaddr = retaddr;
 | 
			
		||||
  sigsave.retaddr_on_stack = retaddr_on_stack;
 | 
			
		||||
small_printf ("retaddr_on_stack %p\n", retaddr_on_stack);
 | 
			
		||||
  /* FIXME: Not multi-thread aware */
 | 
			
		||||
  sigsave.oldmask = myself->getsigmask ();
 | 
			
		||||
  sigsave.newmask = sigsave.oldmask | siga.sa_mask | SIGTOMASK (sig);
 | 
			
		||||
 
 | 
			
		||||
@@ -559,9 +559,6 @@ sig_dispatch_pending ()
 | 
			
		||||
#endif
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
  if (was_pending)
 | 
			
		||||
    thisframe.call_signal_handler ();
 | 
			
		||||
 | 
			
		||||
  return was_pending;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user