summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-20 13:27:47 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-20 13:27:47 +0000
commit0b18036afc3a9b192dac25cb1e2a4c5660253cfa (patch)
tree2237c7e8df2709bdcba20ada92995ada8c3e4a22
parent2000-08-11 Chris Johns <ccj@acm.org> (diff)
downloadrtems-0b18036afc3a9b192dac25cb1e2a4c5660253cfa.tar.bz2
2000-09-20 Joel Sherrill <joel@OARcorp.com>
* src/objectgetbyindex.c: Do not enable dispatching on an error path it was not disabled on.
-rw-r--r--c/src/exec/score/src/objectgetbyindex.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/c/src/exec/score/src/objectgetbyindex.c b/c/src/exec/score/src/objectgetbyindex.c
index 6cfc2b98cd..a53332fbe5 100644
--- a/c/src/exec/score/src/objectgetbyindex.c
+++ b/c/src/exec/score/src/objectgetbyindex.c
@@ -67,7 +67,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;
}