]> git.saurik.com Git - apple/xnu.git/blobdiff - libkern/c++/OSCollection.cpp
xnu-3789.1.32.tar.gz
[apple/xnu.git] / libkern / c++ / OSCollection.cpp
index 4da177f16c746709c11378c575e4fa5f5a5018db..53b3b7b960d138eccd3eae7096def146e190d7f9 100644 (file)
@@ -62,11 +62,7 @@ void OSCollection::haveUpdated()
 {
     if (fOptions & kImmutable)
     {
-#if __LP64__
        if (!(gIOKitDebug & kOSRegistryModsMode))
-#else
-       if (gIOKitDebug & kOSRegistryModsMode)
-#endif
        {
            panic("Trying to change a collection in the registry");
        }