summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/objectactivecount.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/objectactivecount.c')
-rw-r--r--cpukit/score/src/objectactivecount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/src/objectactivecount.c b/cpukit/score/src/objectactivecount.c
index de3243afcb..376820158a 100644
--- a/cpukit/score/src/objectactivecount.c
+++ b/cpukit/score/src/objectactivecount.c
@@ -27,7 +27,7 @@ Objects_Maximum _Objects_Active_count(
size_t inactive;
size_t maximum;
- _Assert( _Debug_Is_owner_of_allocator() );
+ _Assert( _Objects_Allocator_is_owner() );
inactive = _Chain_Node_count_unprotected( &information->Inactive );
maximum = information->maximum;