mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +02:00
Added comptype
This commit is contained in:
parent
bb12a4ec20
commit
4890303508
27 changed files with 382 additions and 157 deletions
|
@ -955,7 +955,7 @@ DbgType* DbgExprEvaluator::ResolveTypeRef(BfTypeReference* typeRef)
|
|||
}
|
||||
}
|
||||
|
||||
if (auto declTypeRef = BfNodeDynCastExact<BfDeclTypeRef>(typeRef))
|
||||
if (auto declTypeRef = BfNodeDynCastExact<BfExprModTypeRef>(typeRef))
|
||||
{
|
||||
mResult = DbgTypedValue();
|
||||
VisitChild(declTypeRef->mTarget);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue