mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 03:52:19 +02:00
Linux fix
This commit is contained in:
parent
b1a96fe001
commit
36c99d2088
1 changed files with 1 additions and 1 deletions
|
@ -4259,7 +4259,7 @@ BfIRValue BfModule::CreateTypeDataRef(BfType* type)
|
|||
else
|
||||
{
|
||||
typeDataName += "sBfTypeData.";
|
||||
BfMangler::Mangle(typeDataName, mCompiler->GetMangleKind(), type);
|
||||
BfMangler::Mangle(typeDataName, mCompiler->GetMangleKind(), type, this);
|
||||
}
|
||||
|
||||
BfLogSysM("Creating TypeData %s\n", typeDataName.c_str());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue