mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Fixed methodRef bindResult value type
This commit is contained in:
parent
98eb8f5840
commit
fd8e2dd232
3 changed files with 27 additions and 2 deletions
|
@ -2631,6 +2631,8 @@ void BfIRBuilder::CreateTypeDeclaration(BfType* type, bool forceDbgDefine)
|
|||
if (methodInstance != NULL)
|
||||
name += BfTypeUtils::HashEncode64(methodInstance->mIdHash).c_str();
|
||||
|
||||
BF_ASSERT(methodInstance != NULL);
|
||||
|
||||
if ((wantDIData) && (methodInstance != NULL))
|
||||
{
|
||||
auto typeDeclaration = methodInstance->GetOwner()->mTypeDef->mTypeDeclaration;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue