From 2c6a049139dd12284e26fdf7bd371bb55c54eb59 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 20 Sep 2000 13:27:01 +0000 Subject: 2000-09-20 Joel Sherrill * src/objectgetbyindex.c: Do not enable dispatching on an error path it was not disabled on. --- cpukit/score/ChangeLog | 5 +++++ cpukit/score/src/objectgetbyindex.c | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'cpukit') diff --git a/cpukit/score/ChangeLog b/cpukit/score/ChangeLog index f3f482ce18..d1f4e7fdb1 100644 --- a/cpukit/score/ChangeLog +++ b/cpukit/score/ChangeLog @@ -1,4 +1,9 @@ +2000-09-20 Joel Sherrill + + * src/objectgetbyindex.c: Do not enable dispatching on an + error path it was not disabled on. + 2000-09-04 Ralf Corsepius * src/Makefile.am: Include compile.am. diff --git a/cpukit/score/src/objectgetbyindex.c b/cpukit/score/src/objectgetbyindex.c index 7c7c89c2af..c99e0bc7ed 100644 --- a/cpukit/score/src/objectgetbyindex.c +++ b/cpukit/score/src/objectgetbyindex.c @@ -68,7 +68,6 @@ Objects_Control *_Objects_Get_by_index( * With just an index, you can't access a remote object. */ - _Thread_Enable_dispatch(); *location = OBJECTS_ERROR; return NULL; } -- cgit v1.2.3