]> git.saurik.com Git - apple/xnu.git/blobdiff - iokit/Kernel/IOKitDebug.cpp
xnu-517.3.7.tar.gz
[apple/xnu.git] / iokit / Kernel / IOKitDebug.cpp
index 970a4bd2a768ba4ed20f5c3dba9566494db6e8c7..c02798def1fea0b8de635af1dd380ecd956c8a22 100644 (file)
@@ -206,7 +206,7 @@ bool IOKitDiagnostics::serialize(OSSerialize *s) const
     updateOffset( dict, debug_container_malloc_size, "Container allocation" );
     updateOffset( dict, debug_iomalloc_size, "IOMalloc allocation" );
 
-    dict->setObject( "Classes", OSMetaClass::getClassDictionary() );
+    OSMetaClass::serializeClassDictionary(dict);
 
     ok = dict->serialize( s );