X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/0a7de7458d150b5d4dffc935ba399be265ef0a1a..c6bf4f310a33a9262d455ea4d3f0630b1255e3fe:/iokit/Kernel/IOEventSource.cpp 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(); }