From 8a38f3b1e5cb8f5e8e680e05ffbf7e0eaf54de2d Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 9 Feb 1996 14:21:37 +0000 Subject: added clear of _ISR_Signals_to_thread_executing --- c/src/exec/score/cpu/no_cpu/cpu_asm.c | 1 + 1 file changed, 1 insertion(+) (limited to 'c/src/exec/score/cpu/no_cpu/cpu_asm.c') diff --git a/c/src/exec/score/cpu/no_cpu/cpu_asm.c b/c/src/exec/score/cpu/no_cpu/cpu_asm.c index 7b87a5ffba..5a36ece987 100644 --- a/c/src/exec/score/cpu/no_cpu/cpu_asm.c +++ b/c/src/exec/score/cpu/no_cpu/cpu_asm.c @@ -149,6 +149,7 @@ void _ISR_Handler() * goto the label "exit interrupt (simple case)" * * if ( !_ISR_Signals_to_thread_executing ) + * _ISR_Signals_to_thread_executing = FALSE; * goto the label "exit interrupt (simple case)" * * call _Thread_Dispatch() or prepare to return to _ISR_Dispatch -- cgit v1.2.3