1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 04:22:20 +02:00

Linux fix

This commit is contained in:
Brian Fiete 2020-04-04 06:20:55 -07:00
parent b1a96fe001
commit 36c99d2088

View file

@ -4259,7 +4259,7 @@ BfIRValue BfModule::CreateTypeDataRef(BfType* type)
else else
{ {
typeDataName += "sBfTypeData."; typeDataName += "sBfTypeData.";
BfMangler::Mangle(typeDataName, mCompiler->GetMangleKind(), type); BfMangler::Mangle(typeDataName, mCompiler->GetMangleKind(), type, this);
} }
BfLogSysM("Creating TypeData %s\n", typeDataName.c_str()); BfLogSysM("Creating TypeData %s\n", typeDataName.c_str());