瀏覽代碼

Relaxed inlining assert

Brian Fiete 3 年之前
父節點
當前提交
2025f0619d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      IDEHelper/Backend/BeCOFFObject.cpp

+ 1 - 1
IDEHelper/Backend/BeCOFFObject.cpp

@@ -1574,7 +1574,7 @@ void BeCOFFObject::DbgGenerateModuleInfo()
 
 
 			// This can fail if an inlined method is not emitted contiguously, or if multiple copies of the same method
 			// This can fail if an inlined method is not emitted contiguously, or if multiple copies of the same method
 			//  get inlined at exactly the same DbgLoc -- which isn't possible in Beef
 			//  get inlined at exactly the same DbgLoc -- which isn't possible in Beef
-			BF_ASSERT(curInlineBuilder == newInlineBuilder);
+			//BF_ASSERT(curInlineBuilder == newInlineBuilder);
 		}		
 		}		
 		
 		
 		DbgSStartTag();
 		DbgSStartTag();