浏览代码

fix -trace:inline

Rajat Dua 9 年之前
父节点
当前提交
bbf64531b8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/Backend/InliningDecider.cpp

+ 1 - 1
lib/Backend/InliningDecider.cpp

@@ -635,7 +635,7 @@ void InliningDecider::TraceInlining(Js::FunctionBody *const inliner, const char1
         inlineeName, inlineeFunctionIdandNumberString, inlineeByteCodeCount,
         inliner->GetDisplayName(), inliner->GetDebugNumberSet(debugStringBuffer), inliner->GetByteCodeCount(),
         inlinedByteCodeCount,
-        topFunc->GetByteCodeCount(), topFunc->GetDisplayName(), topFunc->GetDebugNumberSet(debugStringBuffer2),
+        topFunc->GetDisplayName(), topFunc->GetDebugNumberSet(debugStringBuffer2), topFunc->GetByteCodeCount(),
         callSiteId
         );