diff --git a/Source/NSObject.m b/Source/NSObject.m index ca83146cc..754e1ed13 100644 --- a/Source/NSObject.m +++ b/Source/NSObject.m @@ -788,7 +788,7 @@ NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone) { if (!objc_collecting_enabled()) { - NSAllocateObject(aClass, extraBytes, zone); + GSAllocateObject(aClass, extraBytes, zone); } id new = class_createInstance(aClass, extraBytes); if (0 == cxx_construct)