mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +02:00
mEmitSourceMap hash fix
This commit is contained in:
parent
9687e7dccc
commit
ea637c5684
1 changed files with 3 additions and 1 deletions
|
@ -4661,7 +4661,9 @@ void BfModule::DoPopulateType(BfType* resolvedTypeRef, BfPopulateType populateTy
|
|||
for (auto& kv : ceInfo->mEmitSourceMap)
|
||||
{
|
||||
hashCtx.Mixin(kv.mKey);
|
||||
hashCtx.Mixin(kv.mValue);
|
||||
hashCtx.Mixin(kv.mValue.mKind);
|
||||
hashCtx.Mixin(kv.mValue.mSrcStart);
|
||||
hashCtx.Mixin(kv.mValue.mSrcEnd);
|
||||
}
|
||||
hashCtx.Mixin(ceInfo->mOnCompileMap.mCount);
|
||||
for (auto& kv : ceInfo->mOnCompileMap)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue