From: Ben Adams Date: Fri, 20 Oct 2017 00:44:50 +0000 (+0100) Subject: Fix jit fromatting X-Git-Tag: accepted/tizen/base/20180629.140029~840^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0e86d7af9bfaec340e2ee9937a9624dabc11b12d;p=platform%2Fupstream%2Fcoreclr.git Fix jit fromatting --- diff --git a/src/jit/unwind.cpp b/src/jit/unwind.cpp index ff0c05c..643f15a 100644 --- a/src/jit/unwind.cpp +++ b/src/jit/unwind.cpp @@ -285,7 +285,7 @@ void Compiler::unwindEmitFuncCFI(FuncInfoDsc* func, void* pHotCode, void* pColdC eeAllocUnwindInfo((BYTE*)pHotCode, nullptr /* pColdCode */, startOffset, endOffset, unwindCodeBytes, pUnwindBlock, (CorJitFuncKind)func->funKind); - if (pColdCode != NULL) + if (pColdCode != nullptr) { assert(fgFirstColdBlock != nullptr); assert(func->funKind == FUNC_ROOT); // No splitting of funclets.