mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +02:00
Fixed _T_ debug type module ids in hot-compiled modules
This commit is contained in:
parent
6f51eca72c
commit
8186c835b1
1 changed files with 1 additions and 1 deletions
|
@ -1547,7 +1547,7 @@ DbgType* DbgType::RemoveModifiers(bool* hadRef)
|
|||
String DbgType::ToStringRaw(DbgLanguage language)
|
||||
{
|
||||
if (mTypeIdx != -1)
|
||||
return StrFormat("_T_%d_%d", mCompileUnit->mDbgModule->mId, mTypeIdx);
|
||||
return StrFormat("_T_%d_%d", mCompileUnit->mDbgModule->GetLinkedModule()->mId, mTypeIdx);
|
||||
return ToString(language);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue