1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 03:28:20 +02:00

Relaxed inlining assert

This commit is contained in:
Brian Fiete 2022-06-01 11:01:13 -07:00
parent d4c2e58063
commit 2025f0619d

View file

@ -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
// get inlined at exactly the same DbgLoc -- which isn't possible in Beef
BF_ASSERT(curInlineBuilder == newInlineBuilder);
//BF_ASSERT(curInlineBuilder == newInlineBuilder);
}
DbgSStartTag();