Skip to content

Commit f1a6bee

Browse files
author
Thomas Moore (CHAKRA)
committed
Fix non-debug build break
1 parent 8e1ec0a commit f1a6bee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/Backend/NativeCodeGenerator.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1192,12 +1192,14 @@ NativeCodeGenerator::CodeGen(PageAllocator * pageAllocator, CodeGenWorkItem* wor
11921192

11931193
workItem->GetEntryPoint()->SetCodeGenRecorded((Js::JavascriptMethod)jitWriteData.thunkAddress, (Js::JavascriptMethod)jitWriteData.codeAddress, jitWriteData.codeSize, (void *)this);
11941194

1195+
#if DBG_DUMP
11951196
if (PHASE_DUMP(Js::EncoderPhase, workItem->GetFunctionBody()) && Js::Configuration::Global.flags.Verbose && !JITManager::GetJITManager()->IsOOPJITEnabled())
11961197
{
11971198
workItem->GetEntryPoint()->DumpNativeOffsetMaps();
11981199
workItem->GetEntryPoint()->DumpNativeThrowSpanSequence();
11991200
Output::Flush();
12001201
}
1202+
#endif
12011203

12021204
if (jitWriteData.hasBailoutInstr != FALSE)
12031205
{

0 commit comments

Comments
 (0)