mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +02:00
Fixed improper generic method variation reification
This commit is contained in:
parent
8c2d65ca78
commit
42ae46390d
2 changed files with 25 additions and 14 deletions
|
@ -829,6 +829,8 @@ bool BfModule::PopulateType(BfType* resolvedTypeRef, BfPopulateType populateType
|
|||
|
||||
BfLogSysM("Queued reification of type %p in module %p in PopulateType\n", resolvedTypeRef, typeModule);
|
||||
|
||||
BF_ASSERT((typeModule != mContext->mUnreifiedModule) && (typeModule != mContext->mScratchModule));
|
||||
|
||||
BF_ASSERT(!typeModule->mIsSpecialModule);
|
||||
// This caused issues - we may need to reify a type and then request a method
|
||||
typeModule->mReifyQueued = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue