From 665356af66b39224cc967146dcfe57eb9459e9d9 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 1 Feb 1996 19:39:21 +0000 Subject: invalid use of tcb field resource count --- cpukit/score/src/coresem.c | 1 - 1 file changed, 1 deletion(-) (limited to 'cpukit/score') diff --git a/cpukit/score/src/coresem.c b/cpukit/score/src/coresem.c index 5fc55b5359..0e55926304 100644 --- a/cpukit/score/src/coresem.c +++ b/cpukit/score/src/coresem.c @@ -135,7 +135,6 @@ void _CORE_semaphore_Seize( _ISR_Disable( level ); if ( the_semaphore->count != 0 ) { the_semaphore->count -= 1; - executing->resource_count++; _ISR_Enable( level ); return; } -- cgit v1.2.3