mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
COFF debugging
This commit is contained in:
parent
e16be338ea
commit
311cdaece1
2 changed files with 3 additions and 2 deletions
|
@ -3439,11 +3439,11 @@ CvCompileUnit* COFF::ParseCompileUnit(CvModuleInfo* moduleInfo, CvCompileUnit* c
|
|||
|
||||
if (moduleInfo != NULL)
|
||||
{
|
||||
BfLogCv("ParseCompileUnit %s\n", moduleInfo->mModuleName);
|
||||
BfLogDbgHI("ParseCompileUnit %s %s\n", mPDBPath.c_str(), moduleInfo->mModuleName);
|
||||
}
|
||||
else
|
||||
{
|
||||
BfLogCv("ParseCompileUnit NULL\n");
|
||||
BfLogDbgHI("ParseCompileUnit %s NULL\n", mPDBPath.c_str());
|
||||
}
|
||||
|
||||
int allocSizeStart = mAlloc.GetAllocSize();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue