X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/0a7de7458d150b5d4dffc935ba399be265ef0a1a..bca245acd4c03fd752d1a45f011ad495e60fe53d:/iokit/Kernel/IOEventSource.cpp?ds=sidebyside diff --git a/iokit/Kernel/IOEventSource.cpp b/iokit/Kernel/IOEventSource.cpp index 33306ae6c..3415fd34a 100644 --- a/iokit/Kernel/IOEventSource.cpp +++ b/iokit/Kernel/IOEventSource.cpp @@ -293,5 +293,5 @@ IOEventSource::getWorkLoop() const bool IOEventSource::onThread() const { - return (workLoop != 0) && workLoop->onThread(); + return (workLoop != NULL) && workLoop->onThread(); }