diff packages/kernel/current/src/intr/intr.cxx @ 174:38892b97b685

Merge from eCos master repository on 2001-07-28-00:17:32-BST
author jlarmour
date Sun, 29 Jul 2001 02:00:07 +0000
parents eb9fd8c04db3
children 4c750ce71ae3
line wrap: on
line diff
--- a/packages/kernel/current/src/intr/intr.cxx
+++ b/packages/kernel/current/src/intr/intr.cxx
@@ -364,7 +364,8 @@ Cyg_Interrupt::chain_isr(cyg_vector vect
         HAL_DEFAULT_ISR( vector, 0 );
     }
 #endif    
-    return 0;
+
+    return isr_ret & ~Cyg_Interrupt::CALL_DSR;
 }
 
 #endif